25 #ifndef GUISOCKETSETUP_H_ 26 #define GUISOCKETSETUP_H_ 28 #include "GUI/Preferences/ui_GUI_RemoteControl.h" 30 #include "Interfaces/PreferenceDialog/PreferenceWidgetInterface.h" 59 void active_toggled(
bool b);
60 void port_changed(
int port);
64 QString get_url_string();
void init_ui() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
QString get_action_name() const override
has to be implemented and should return the translated action text
Definition: GUI_RemoteControl.h:32
void commit() override
This method is called, when OK or apply is pressed. So all settings should be written there...
Definition: ui_GUI_RemoteControl.h:105
Template class for implementing preference dialogs and preference widgets.
Definition: PreferenceInterface.h:70
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
void language_changed() override
automatically called when language has changed. When overriding this method. Overriding this method s...
Definition: PreferenceInterface.h:116