Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_plot_magnifier.h


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_plot_magnifier.h

    r4271 r8127  
    1414#include "qwt_magnifier.h"
    1515
    16 class QwtPlotCanvas;
    1716class QwtPlot;
    1817
     
    3332
    3433public:
    35     explicit QwtPlotMagnifier( QwtPlotCanvas * );
     34    explicit QwtPlotMagnifier( QWidget * );
    3635    virtual ~QwtPlotMagnifier();
    3736
     
    3938    bool isAxisEnabled( int axis ) const;
    4039
    41     QwtPlotCanvas *canvas();
    42     const QwtPlotCanvas *canvas() const;
     40    QWidget *canvas();
     41    const QWidget *canvas() const;
    4342
    4443    QwtPlot *plot();
Note: See TracChangeset for help on using the changeset viewer.