mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-26 06:39:58 +02:00
Cross ref item, check properties for show power contacts or not.
Change properties in project is applied immediately to cross ref git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2985 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define CROSSREFITEM_H
|
||||
|
||||
#include "qetgraphicsitem/qetgraphicsitem.h"
|
||||
#include"properties/xrefproperties.h"
|
||||
class element;
|
||||
|
||||
/**
|
||||
@@ -63,6 +64,7 @@ class CrossRefItem : public QGraphicsObject
|
||||
QRectF bounding_rect_ , text_rect_;
|
||||
QPicture drawing_;
|
||||
QPainterPath shape_path_;
|
||||
XRefProperties m_properties;
|
||||
};
|
||||
|
||||
#endif // CROSSREFITEM_H
|
||||
|
||||
Reference in New Issue
Block a user