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

@@ -53,6 +53,8 @@ class ElementCollectionItem : public QStandardItem
QList<ElementCollectionItem *> elementsDirectChild() const;
QList<ElementCollectionItem *> directoriesDirectChild() const;
QList<ElementCollectionItem *> elementsChild() const;
QList<ElementCollectionItem *> directoriesChild() const;
QList<ElementCollectionItem *> items() const;
};