mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-02 03:19:59 +02:00
QetShapeItem : add color and improve the GUI,.
the xml saving is break from previous version. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4303 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -47,7 +47,7 @@ class QetShapeItem : public QetGraphicsItem
|
||||
enum ShapeType {Line =1,
|
||||
Rectangle =2,
|
||||
Ellipse =4,
|
||||
Polygon =8 };
|
||||
Polygon =8 };
|
||||
|
||||
enum { Type = UserType + 1008 };
|
||||
|
||||
@@ -103,7 +103,6 @@ class QetShapeItem : public QetGraphicsItem
|
||||
bool m_hovered,
|
||||
m_mouse_grab_handler;
|
||||
int m_vector_index;
|
||||
double shape_size;
|
||||
QetGraphicsHandlerUtility m_handler;
|
||||
};
|
||||
#endif // QETSHAPEITEM_H
|
||||
|
||||
Reference in New Issue
Block a user