17 #ifndef QGSLAYOUTREPORTSECTIONLABEL_H 18 #define QGSLAYOUTREPORTSECTIONLABEL_H 22 #include <QGraphicsRectItem> 37 class GUI_EXPORT QgsLayoutReportSectionLabel:
public QGraphicsRectItem
47 void paint( QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget =
nullptr )
override;
50 void setLabel(
const QString &label );
54 QPointer< QgsLayout > mLayout;
55 QPointer< QgsLayoutView > mView;
62 #endif // QGSLAYOUTREPORTSECTIONLABEL_H A graphical widget to display and interact with QgsLayouts.
Base class for layouts, which can contain items such as maps, labels, scalebars, etc.