18 #ifndef QGSLAYOUTLABELWIDGET_H 19 #define QGSLAYOUTLABELWIDGET_H 25 #include "ui_qgslayoutlabelwidgetbase.h" 49 void mHtmlCheckBox_stateChanged(
int i );
50 void mTextEdit_textChanged();
51 void mInsertExpressionButton_clicked();
52 void mMarginXDoubleSpinBox_valueChanged(
double d );
53 void mMarginYDoubleSpinBox_valueChanged(
double d );
54 void mFontColorButton_colorChanged(
const QColor &newLabelColor );
55 void mCenterRadioButton_clicked();
56 void mLeftRadioButton_clicked();
57 void mRightRadioButton_clicked();
58 void mTopRadioButton_clicked();
59 void mBottomRadioButton_clicked();
60 void mMiddleRadioButton_clicked();
61 void setGuiElementValues();
63 void justifyClicked();
66 QPointer< QgsLayoutItemLabel > mLabel =
nullptr;
70 void blockAllSignals(
bool block );
73 #endif //QGSLAYOUTLABELWIDGET_H Base class for graphical items within a QgsLayout.
A layout item subclass for text labels.
Interface for master layout type objects, such as print layouts and reports.