21 #ifndef GUI_LIBRARYPREFERENCES_H
22 #define GUI_LIBRARYPREFERENCES_H
24 #include "Gui/Preferences/PreferenceWidget.h"
25 #include "Utils/Pimpl.h"
53 void skinChanged()
override;
55 void showEvent(QShowEvent* e)
override;
66 void editDialogAccepted();
67 void selectedIndexChanged(
const QModelIndex& idx);
70 int currentRow()
const;
Definition: GUI_LibraryPreferences.h:36
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
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
void revert() override
This method is called, when cancel is clicked. So the gui should be re-initialized when this method i...
QString errorString() const override
A closer description of the error.
Definition: LibraryManager.h:40
Abstract Interface you should use when creating a preferences item.
Definition: PreferenceWidget.h:42
QString identifier() const
return the unique identifier
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31