mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-02 01:40:52 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user