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);
55 void chooseColorClicked();
Definition: GUI_PlaylistPreferences.h:33
bool commit() override
This method is called, when OK or apply is pressed. So all settings should be written there.
void initUi() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
void retranslate() override
call the Qt retranslateUi method here
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
QString actionName() const override
has to be implemented and should return the translated action text
QString errorString() const override
A closer description of the error.