46 #include <QResizeEvent>
57 using namespace DISPLIB;
58 using namespace Eigen;
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);
170 QWidget::resizeEvent(event);