36 void setFont(
const QFont& font);
Provides utility methods to style a QLabel.
Definition LabelStyler.h:19
void setFontSize(int pointSize)
Sets the font size of the label.
Definition LabelStyler.cpp:5
void setLabel(QLabel *lbl)
Assigns the label to be styled.
Definition LabelStyler.h:48
QLabel * label
Pointer to the QLabel to style.
Definition LabelStyler.h:24
void setFont(const QFont &font)
Sets the font of the label.
Definition LabelStyler.cpp:11
void setTextColor(const QColor &color)
Sets the text color of the label.
Definition LabelStyler.cpp:15