 |
Sayonara Player
|
21 #ifndef GUI_UI_PREFERENCES_H_
22 #define GUI_UI_PREFERENCES_H_
24 #include "Gui/Preferences/PreferenceWidget.h"
29 public Preferences::Base
51 void editCssClicked();
bool commit() override
This method is called, when OK or apply is pressed. So all settings should be written there.
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
void retranslate() override
call the Qt retranslateUi method here
void initUi() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
QString actionName() const override
has to be implemented and should return the translated action text
Definition: GUI_UiPreferences.h:30