Start: Added settings button and allow to turn tips off
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user