122 QPainter painter(
this);
125 qint32 t_iLabelHeight = 100;
135 painter.drawText(QRect(0, 0, t_iLabelWidth, t_iLabelHeight), Qt::AlignCenter,
m_sTitle);
149 painter.drawText(QRect(0, 0, t_iLabelWidth, t_iLabelHeight), Qt::AlignCenter,
m_sXLabel);
159 painter.drawText(QRect(0, 0, t_iLabelWidth, t_iLabelHeight), Qt::AlignCenter,
m_sYLabel);