Add configurable transparency
Now the opacity of the area outside the selection in the graphical capture is configurable.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <QLabel>
|
||||
#include <QPushButton>
|
||||
|
||||
FileNameEditor::FileNameEditor(QWidget *parent) : QGroupBox(parent) {
|
||||
FileNameEditor::FileNameEditor(QWidget *parent) : QWidget(parent) {
|
||||
initWidgets();
|
||||
initLayout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user