fixed UI issues, Personal Usage data check box added

This commit is contained in:
Syping 2018-06-07 17:07:30 +02:00
parent 8fc3dc6c7c
commit 29f883555d
19 changed files with 607 additions and 759 deletions

View file

@ -38,6 +38,7 @@ SnapmaticEditor::SnapmaticEditor(CrewDatabase *crewDB, ProfileDatabase *profileD
setWindowFlags(windowFlags()^Qt::WindowContextHelpButtonHint);
ui->setupUi(this);
ui->cmdCancel->setDefault(true);
ui->cmdCancel->setFocus();
// Set Icon for Apply Button