 |
Sayonara Player
|
24 #ifndef GUI_PLAYLISTPREFERENCES_H
25 #define GUI_PLAYLISTPREFERENCES_H
27 #include "Gui/Preferences/PreferenceWidget.h"
32 public Preferences::Base
49 void skinChanged()
override;
54 void checkboxToggled(
bool b);
57 #endif // GUI_PLAYLISTPREFERENCES_H
void initUi() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
Definition: GUI_PlaylistPreferences.h:33
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
QString actionName() const override
has to be implemented and should return the translated action text
bool commit() override
This method is called, when OK or apply is pressed. So all settings should be written there.
QString errorString() const override
A closer description of the error.