Make adding user tools possible.

Adding new categories is not there yet though, neither is moving tools
through the categories.
This commit is contained in:
con
2011-02-02 12:35:32 +01:00
parent 8cb7e30a15
commit 8cda869a15
5 changed files with 129 additions and 10 deletions

View File

@@ -68,6 +68,7 @@ private slots:
void revertCurrentItem();
void updateButtons(QTreeWidgetItem *item);
void updateCurrentItem();
void addTool();
private:
Ui::ExternalToolConfig *ui;