changed to trackertextF for qwt6 to show z value for 2d plots

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@176 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2013-05-06 15:04:24 +00:00
parent 675ab8ceca
commit 8e19beb410

View File

@ -42,7 +42,7 @@ class SlsQt2DZoomer:public QwtPlotZoomer{
#if QWT_VERSION<0x060000 #if QWT_VERSION<0x060000
virtual QwtText trackerText(const QwtDoublePoint &pos) const{ virtual QwtText trackerText(const QwtDoublePoint &pos) const{
#else #else
virtual QwtText trackerText(const QPointF &pos) const{ virtual QwtText trackerTextF(const QPointF &pos) const{
#endif #endif
QColor bg(Qt::white); QColor bg(Qt::white);
#if QT_VERSION >= 0x040300 #if QT_VERSION >= 0x040300