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" 33 private Ui::GUI_StartupOptions
57 void cb_toggled(
bool);
63 #endif // GUI_StartupDialog_H QString get_action_name() const override
has to be implemented and should return the translated action text
void commit() override
This method is called, when OK or apply is pressed. So all settings should be written there...
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...
Definition: GUI_StartupDialog.h:31
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
void language_changed() override
automatically called when language has changed. When overriding this method. Overriding this method s...
Definition: PreferenceInterface.h:116