 |
Sayonara Player
|
21 #ifndef GUI_LANGUAGE_PREFERENCES_H
22 #define GUI_LANGUAGE_PREFERENCES_H
24 #include "Gui/Preferences/PreferenceWidget.h"
25 #include "Utils/Pimpl.h"
30 public Preferences::Base
48 void skinChanged()
override;
50 void showEvent(QShowEvent*)
override;
53 void refreshCombobox();
56 void currentIndexChanged(
int index);
57 void checkForUpdateClicked();
58 void updateCheckFinished();
60 void downloadClicked();
61 void downloadFinished();
64 #endif // GUI_LanguagePreferences_H
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
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
QString actionName() const override
has to be implemented and should return the translated action text
Definition: GUI_LanguagePreferences.h:31
void initUi() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...