Start: Added settings button and allow to turn tips off

This commit is contained in:
Yorik van Havre
2020-01-22 12:46:45 +01:00
parent 4ea3007776
commit 6fee2cda22
9 changed files with 309 additions and 7 deletions

View File

@@ -110,6 +110,7 @@ void DlgStartPreferencesImp::saveSettings()
ui->checkBox_4->onSave();
ui->checkBox_5->onSave();
ui->checkBox_6->onSave();
ui->checkBox_7->onSave();
ui->lineEdit->onSave();
ui->spinBox->onSave();
}
@@ -140,6 +141,7 @@ void DlgStartPreferencesImp::loadSettings()
ui->checkBox_4->onRestore();
ui->checkBox_5->onRestore();
ui->checkBox_6->onRestore();
ui->checkBox_7->onRestore();
ui->lineEdit->onRestore();
ui->spinBox->onRestore();
}