21 #ifndef GUI_EDITLIBRARY_H 22 #define GUI_EDITLIBRARY_H 24 #include "Utils/Pimpl.h" 25 #include "Gui/Utils/Widgets/Dialog.h" 47 explicit GUI_EditLibrary(
const QString& name,
const QString& path, QWidget* parent=
nullptr);
65 bool hasNameChanged()
const;
66 bool hasPathChanged()
const;
68 EditMode editMode()
const;
73 void chooseDirClicked();
74 void nameEdited(
const QString& text);
77 void languageChanged()
override;
78 void skinChanged()
override;
81 #endif // GUI_EDITLIBRARY_H The GUI_EditLibrary class.
Definition: GUI_EditLibrary.h:35