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:
blacksun
2016-10-15 13:39:02 +00:00
parent 3bf30dcd26
commit e1ea01bd81
4 changed files with 64 additions and 1 deletions

View File

@@ -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;