 |
Sayonara Player
|
23 #ifndef GUI_STREAMPREFERENCES_H
24 #define GUI_STREAMPREFERENCES_H
26 #include "Gui/Preferences/PreferenceWidget.h"
31 public Preferences::Base
50 #endif // GUI_STREAMPREFERENCES_H
QString actionName() const override
has to be implemented and should return the translated action text
void initUi() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
Definition: GUI_StreamPreferences.h:32
void retranslate() override
call the Qt retranslateUi method here
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...