 |
Sayonara Player
|
21 #ifndef GUI_SHORTCUT_PREFERENCES_H
22 #define GUI_SHORTCUT_PREFERENCES_H
24 #include "Gui/Preferences/PreferenceWidget.h"
25 #include "Utils/Pimpl.h"
34 public Preferences::Base
56 void sequenceEntered();
59 #endif // GUI_ShortcutPreferences_H
The GUI_ShortcutPreferences class.
Definition: GUI_ShortcutPreferences.h:35
void retranslate() override
call the Qt retranslateUi method here
Definition: EngineUtils.h:33
QString actionName() const override
has to be implemented and should return the translated action text
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
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...
QString errorString() const override
A closer description of the error.