Add configurable transparency

Now the opacity of the area outside the selection in the graphical
capture is configurable.
This commit is contained in:
lupoDharkael
2017-12-31 17:46:26 +01:00
parent 4770dd195e
commit 2932e5930d
13 changed files with 148 additions and 44 deletions

View File

@@ -25,7 +25,7 @@
#include <QLabel>
#include <QPushButton>
FileNameEditor::FileNameEditor(QWidget *parent) : QGroupBox(parent) {
FileNameEditor::FileNameEditor(QWidget *parent) : QWidget(parent) {
initWidgets();
initLayout();
}