make new element properties dialog (first step for the new dialog)

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2646 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-11-29 14:42:03 +00:00
parent 9b1052484e
commit 6424ce4819
7 changed files with 215 additions and 103 deletions

View File

@@ -199,6 +199,10 @@ class Diagram : public QGraphicsScene {
void readOnlyChanged(bool);
void usedTitleBlockTemplateChanged(const QString &);
void diagramTitleChanged(Diagram *, const QString &);
/// Signal emitted when users wish to locate an element from the diagram within elements collection
void findElementRequired(const ElementsLocation &);
/// Signal emitted when users wish to edit an element from the diagram
void editElementRequired(const ElementsLocation &);
};
Q_DECLARE_METATYPE(Diagram *)