32 #include "Interfaces/PreferenceDialog/PreferenceWidget.h" 33 #include "Utils/Pimpl.h" 63 void btn_login_clicked();
64 void active_changed(
bool active);
65 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...
void init_ui() override
call setup_parent(this) here. initialize compoenents and connections here. After calling setup_parent...
QString action_name() const override
has to be implemented and should return the translated action text
void retranslate_ui() override
call the Qt retranslateUi method here
Definition: ArtistMatch.h:27
bool commit() override
This method is called, when OK or apply is pressed. So all settings should be written there...
Definition: GUI_LastFM.h:42
Abstract Interface you should use when creating a preferences item.
Definition: PreferenceWidget.h:41