Elements panel: added contextual actions so users can easily find elements, title block templates and projects on their filesystem.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2023 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2013-02-03 19:25:02 +00:00
parent 9c32815887
commit 6ea0a96bd4
2 changed files with 41 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ class ElementsPanelWidget : public QWidget {
private:
ElementsPanel *elements_panel;
QToolBar *toolbar, *filter_toolbar;
QAction *open_directory, *copy_path;
QAction *reload;
QAction *new_category, *edit_category, *delete_category;
QAction *delete_collection;
@@ -69,6 +70,8 @@ class ElementsPanelWidget : public QWidget {
public slots:
void clearFilterTextField();
void openDirectoryForSelectedItem();
void copyPathForSelectedItem();
void reloadAndFilter();
void activateProject();
void closeProject();