slave element: when linked to master, label is replaced by the label of master, and show the position of the master

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2946 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-03-21 14:40:33 +00:00
parent a35c2dc022
commit 0109a5d188
7 changed files with 95 additions and 5 deletions

View File

@@ -32,7 +32,11 @@ class SlaveElement : public CustomElement
signals:
public slots:
private slots:
void updateLabel();
private:
QGraphicsTextItem *Xref_item;
};