17 #ifndef QGSLAYOUTREPORTSECTIONLABEL_H
18 #define QGSLAYOUTREPORTSECTIONLABEL_H
23 #include <QGraphicsRectItem>
38 class GUI_EXPORT QgsLayoutReportSectionLabel:
public QGraphicsRectItem
48 void paint( QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget =
nullptr )
override;
51 void setLabel(
const QString &label );
55 QPointer< QgsLayout > mLayout;
56 QPointer< QgsLayoutView > mView;
63 #endif // QGSLAYOUTREPORTSECTIONLABEL_H