21 #ifndef GUI_BROADCASTSETUP_H
22 #define GUI_BROADCASTSETUP_H
24 #include "Gui/Preferences/PreferenceWidget.h"
29 public Preferences::Base
51 void activeToggled(
bool b);
52 void portChanged(
int new_val);
55 QString urlString()
const;
Definition: GUI_BroadcastPreferences.h:30
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...
bool hasError() const override
indicates if there was an error on the settings page like an invalid expression or combination of set...
QString errorString() const override
A closer description of the error.
QString actionName() const override
has to be implemented and should return the translated action text
void retranslate() override
call the Qt retranslateUi method here
bool commit() override
This method is called, when OK or apply is pressed. So all settings should be written there.