23 : QWidget(parent), m_bounding_rect(QRect(0, 0, 10, 10))
25 setAttribute(Qt::WA_TransparentForMouseEvents);
41 QPainter painter(
this);
42 painter.setBrush(QColor(Qt::lightGray));
44 painter.setFont(serifFont);
47 painter.drawText(
m_bounding_rect.marginsRemoved(QMargins(margin, margin, margin, margin)),
Defines class DesignerHelper.
DefinesStyleUtils namespace.
static int getSectionFontSize()
QSize SizeOfLetterM(const QWidget *widget=nullptr)
Returns size of largest letter of default system font.