 |
Sayonara Player
|
21 #ifndef GUI_ENGINEPREFERENCES_H
22 #define GUI_ENGINEPREFERENCES_H
24 #include "Gui/Preferences/PreferenceWidget.h"
30 public Preferences::Base
49 void radioButtonChanged(
bool b);
51 void alsaProcessFinished(
int exitCode, QProcess::ExitStatus exitStatus);
52 void alsaProcessErrorOccured(QProcess::ProcessError error);
53 void alsaStdoutWritten();
56 #endif // GUI_ENGINEPREFERENCES_H
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.
QString actionName() const override
has to be implemented and should return the translated action text
Definition: GUI_EnginePreferences.h:31
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