 |
Sayonara Player
|
21 #ifndef GUI_PROXY_PREFERENCES_H
22 #define GUI_PROXY_PREFERENCES_H
24 #include "Gui/Preferences/PreferenceWidget.h"
29 public Preferences::Base
49 void activeToggled(
bool active);
50 void autosearchClicked();
55 #endif // GUI_ProxyPreferences_H
bool commit() override
This method is called, when OK or apply is pressed. So all settings should be written there.
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...
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...
Definition: GUI_ProxyPreferences.h:30