21 #ifndef GUI_LIBRARYPREFERENCES_H 22 #define GUI_LIBRARYPREFERENCES_H 24 #include "Gui/Preferences/PreferenceWidget.h" 25 #include "Utils/Pimpl.h" 30 public Preferences::Base
40 bool commit()
override;
41 void revert()
override;
43 QString actionName()
const override;
46 void initUi()
override;
47 void retranslate()
override;
48 void skinChanged()
override;
50 void showEvent(QShowEvent* e)
override;
51 QString errorString()
const override;
61 void editDialogAccepted();
62 void selectedIndexChanged(
const QModelIndex& idx);
65 int currentRow()
const;
70 #endif // GUI_LIBRARYPREFERENCES_H Definition: GUI_LibraryPreferences.h:29