mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5079 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
class QetGraphicsHandlerItem : public QGraphicsItem
|
class QetGraphicsHandlerItem : public QGraphicsItem
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QetGraphicsHandlerItem(qreal size = 8);
|
QetGraphicsHandlerItem(qreal size = 10);
|
||||||
QRectF boundingRect() const override;
|
QRectF boundingRect() const override;
|
||||||
|
|
||||||
enum { Type = UserType + 1200};
|
enum { Type = UserType + 1200};
|
||||||
@@ -47,7 +47,7 @@ class QetGraphicsHandlerItem : public QGraphicsItem
|
|||||||
QColor m_color;
|
QColor m_color;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static QVector<QetGraphicsHandlerItem *> handlerForPoint(const QVector<QPointF> &points, int size = 8);
|
static QVector<QetGraphicsHandlerItem *> handlerForPoint(const QVector<QPointF> &points, int size = 10);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // QETGRAPHICSHANDLERITEM_H
|
#endif // QETGRAPHICSHANDLERITEM_H
|
||||||
|
|||||||
Reference in New Issue
Block a user