mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-02 19:00:05 +02:00
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:
parent
675ab8ceca
commit
8e19beb410
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user