32 #include "GUI/Preferences/ui_GUI_LastFM.h" 34 #include "Components/StreamPlugins/LastFM/LastFM.h" 35 #include "Interfaces/PreferenceDialog/PreferenceWidgetInterface.h" 67 void btn_login_clicked();
68 void active_changed(
bool active);
69 void logged_in(
bool success);
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
QString get_action_name() const override
has to be implemented and should return the translated action text
virtual void init_ui()=0
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
void commit() override
This method is called, when OK or apply is pressed. So all settings should be written there...
Template class for implementing preference dialogs and preference widgets.
Definition: PreferenceInterface.h:70
Definition: GUI_LastFM.h:37
Definition: ui_GUI_LastFM.h:146
void language_changed() override
automatically called when language has changed. When overriding this method. Overriding this method s...
Definition: PreferenceInterface.h:116