21 #ifndef GUI_EDITLIBRARY_H
22 #define GUI_EDITLIBRARY_H
24 #include "Utils/Pimpl.h"
25 #include "Gui/Utils/Widgets/Dialog.h"
46 explicit GUI_EditLibrary(
const QString& name,
const QString& path, QWidget* parent =
nullptr);
64 bool hasNameChanged()
const;
65 bool hasPathChanged()
const;
67 EditMode editMode()
const;
72 void chooseDirClicked();
73 void nameEdited(
const QString& text);
76 void languageChanged()
override;
77 void skinChanged()
override;
The GUI_EditLibrary class.
Definition: GUI_EditLibrary.h:36
void reset()
Same as GUI_EditLibrary(QWidget* parent=nullptr)