fixed UI issues, Personal Usage data check box added
This commit is contained in:
parent
8fc3dc6c7c
commit
29f883555d
19 changed files with 607 additions and 759 deletions
|
|
@ -37,6 +37,7 @@ JsonEditorDialog::JsonEditorDialog(SnapmaticPicture *picture, QWidget *parent) :
|
|||
setWindowFlags(windowFlags()^Qt::WindowContextHelpButtonHint^Qt::WindowMinMaxButtonsHint);
|
||||
|
||||
ui->setupUi(this);
|
||||
ui->cmdClose->setDefault(true);
|
||||
ui->cmdClose->setFocus();
|
||||
|
||||
// Set Icon for Close Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue