101 QPainter painter(
this);
104 qint32 t_iLabelHeight = 100;
114 painter.drawText(QRect(0, 0, t_iLabelWidth, t_iLabelHeight), Qt::AlignCenter,
m_sTitle);
128 painter.drawText(QRect(0, 0, t_iLabelWidth, t_iLabelHeight), Qt::AlignCenter,
m_sXLabel);
138 painter.drawText(QRect(0, 0, t_iLabelWidth, t_iLabelHeight), Qt::AlignCenter,
m_sYLabel);