20 #include <qpushbutton.h> 26 QBoxLayout *layout =
new QHBoxLayout(
this);
27 this->setContentsMargins(0, 0, 0, 0);
29 QLabel *label =
new QLabel(
"Size ",
this);
30 QFont f = label->font();
33 layout->addWidget(label);
42 m_Slider =
new QSlider(Qt::Horizontal,
this);
81 if (m_PaintbrushTool.IsNotNull())
83 m_PaintbrushTool->SizeChanged +=