mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-03 03:49:59 +02:00
Wrap code for better readability
This commit is contained in:
@@ -50,7 +50,9 @@ class ElementPrimitiveDecorator : public QGraphicsObject
|
||||
// methods
|
||||
QRectF internalBoundingRect() const;
|
||||
QRectF boundingRect () const override;
|
||||
void paint(QPainter *, const QStyleOptionGraphicsItem *, QWidget * = nullptr) override;
|
||||
void paint(QPainter *,
|
||||
const QStyleOptionGraphicsItem *,
|
||||
QWidget * = nullptr) override;
|
||||
int type() const override { return Type; }
|
||||
void setItems(const QList<QGraphicsItem *> &);
|
||||
void setItems(const QList<CustomElementPart *> &);
|
||||
|
||||
Reference in New Issue
Block a user