mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-28 00:10:01 +02:00
Display Location Field in Diagram and assign Folio Variables to Element's Information Fields
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4546 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -47,11 +47,16 @@ class CommentItem : public QGraphicsObject
|
||||
virtual void mouseDoubleClickEvent (QGraphicsSceneMouseEvent * event );
|
||||
virtual bool setTextParent ();
|
||||
|
||||
private:
|
||||
void addInfo(QPainter &, QString);
|
||||
|
||||
private:
|
||||
Element *m_element;
|
||||
QPicture m_picture;
|
||||
QRectF m_bounding_rect;
|
||||
QString m_comment;
|
||||
QString m_location;
|
||||
QPainterPath m_shape_path;
|
||||
bool m_text_parent;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user