 |
Sayonara Player
|
25 #ifndef GUI_REMOTECONTROL_PREFERENCES_H
26 #define GUI_REMOTECONTROL_PREFERENCES_H
28 #include "Gui/Preferences/PreferenceWidget.h"
33 public Preferences::Base
55 void activeToggled(
bool b);
56 void portChanged(
int port);
57 void discoverPortChanged(
int port);
60 QString getUrlString();
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.
void retranslate() override
call the Qt retranslateUi method here
QString errorString() const override
A closer description of the error.
bool hasError() const override
indicates if there was an error on the settings page like an invalid expression or combination of set...
Definition: GUI_RemoteControlPreferences.h:34
void initUi() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...