 |
Sayonara Player
|
21 #ifndef GUI_NOTIFICATION_PREFERENCES_H
22 #define GUI_NOTIFICATION_PREFERENCES_H
24 #include "Gui/Preferences/PreferenceWidget.h"
46 void notificationsChanged();
53 #endif // GUI_NotificationPreferences_H
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
Definition: NotificationHandler.h:43
void retranslate() override
call the Qt retranslateUi method here
QString actionName() const override
has to be implemented and should return the translated action text
Abstract Interface you should use when creating a preferences item.
Definition: PreferenceWidget.h:42
QString identifier() const
return the unique identifier
Definition: GUI_NotificationPreferences.h:32
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...