Edit the propertie "label" of a simple element have the same behavior of master element:

The text field tagged "label" show the text edited in the propertie and isn't editable.


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3387 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-10-20 21:23:12 +00:00
parent d6c6f287ce
commit a4461fd1ba
2 changed files with 32 additions and 2 deletions

View File

@@ -29,11 +29,13 @@ class SimpleElement : public CustomElement {
Q_OBJECT
public :
explicit SimpleElement(const ElementsLocation &, QGraphicsItem * = 0, Diagram * = 0, int * = 0);
explicit SimpleElement(const ElementsLocation &, QGraphicsItem * = 0, Diagram * = 0, int * = 0);
~SimpleElement();
signals:
public slots:
void updateLabel();
};