23 #ifndef GUI_StartupDialog_H 24 #define GUI_StartupDialog_H 26 #include "GUI/Preferences/Startup/ui_GUI_StartupDialog.h" 29 #include "Interfaces/PreferenceDialog/PreferenceWidgetInterface.h" 57 void cb_toggled(
bool);
63 #endif // GUI_StartupDialog_H void commit() override
This method is called, when OK or apply is pressed. So all settings should be written there...
void language_changed()
automatically called when language has changed. When overriding this method. Overriding this method s...
Definition: PreferenceInterface.h:116
Template class for implementing preference dialogs and preference widgets.
Definition: PreferenceInterface.h:70
void init_ui() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
QString get_action_name() const override
has to be implemented and should return the translated action text
Definition: GUI_StartupDialog.h:31
Definition: ui_GUI_StartupDialog.h:94
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...