mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Elements collection widget: add entry 'directory propertie' in the context menu
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4743 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -69,6 +69,7 @@ class ElementsCollectionWidget : public QWidget
|
||||
void newElement();
|
||||
void showThisDir();
|
||||
void resetShowThisDir();
|
||||
void dirProperties();
|
||||
void search();
|
||||
void hideCollection(bool hide = true);
|
||||
void hideItem(bool hide, const QModelIndex &index = QModelIndex(), bool recursive = true);
|
||||
@@ -102,7 +103,8 @@ class ElementsCollectionWidget : public QWidget
|
||||
*m_new_directory,
|
||||
*m_new_element,
|
||||
*m_show_this_dir,
|
||||
*m_show_all_dir;
|
||||
*m_show_all_dir,
|
||||
*m_dir_propertie;
|
||||
|
||||
bool m_first_show = true;
|
||||
QList<QETProject *> m_waiting_project;
|
||||
|
||||
Reference in New Issue
Block a user