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

@@ -99,6 +99,7 @@ class Element : public QetGraphicsItem {
bool internalConnections();
void setInternalConnections(bool);
virtual void rotateBy(const qreal &);
virtual void editProperty();
// methods related to XML import/export
static bool valideXml(QDomElement &);