21 #ifndef GUI_StartupDialog_H 22 #define GUI_StartupDialog_H 24 #include "GUI/Preferences/Startup/ui_GUI_StartupDialog.h" 27 #include "Interfaces/PreferenceDialog/PreferenceWidgetInterface.h" 31 private Ui::GUI_StartupOptions
54 void cb_toggled(
bool);
57 #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...
void language_changed() override
automatically called when language has changed. When overriding this method. Overriding this method s...
Template class for implementing preference dialogs and preference widgets.
Definition: PreferenceInterface.h:58
void init_ui() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
Definition: GUI_StartupDialog.h:29
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...