src/settingseditor/librarieseditor.h

changeset 112
5760cbb32bc0
parent 41
0abada2a9802
child 206
654661eab7f3
equal deleted inserted replaced
111:1f42c03fafca 112:5760cbb32bc0
8 Q_OBJECT 8 Q_OBJECT
9 public: 9 public:
10 LibrariesEditor(Configuration* settings, QWidget* parent = nullptr); 10 LibrariesEditor(Configuration* settings, QWidget* parent = nullptr);
11 ~LibrariesEditor(); 11 ~LibrariesEditor();
12 void saveSettings(Configuration* settings); 12 void saveSettings(Configuration* settings);
13 private slots: 13 private Q_SLOTS:
14 void searchPathForNewLibrary(); 14 void searchPathForNewLibrary();
15 void addNewLibrary(); 15 void addNewLibrary();
16 void showContextMenu(const QPoint position); 16 void showContextMenu(const QPoint position);
17 void setCurrentLibraryRole(); 17 void setCurrentLibraryRole();
18 void removeCurrentLibrary(); 18 void removeCurrentLibrary();

mercurial