plot.h

来自「QWT5.01用于Qt开发的二维图形库程序」· C头文件 代码 · 共 22 行

H
22
字号
#include <qwt_plot.h>
#include <qwt_double_rect.h>

class QwtPlotSvgItem;

class Plot: public QwtPlot
{
    Q_OBJECT

public:
    Plot(QWidget * = NULL);

public slots:
    void loadSVG();

private:
    void rescale();

    QwtPlotSvgItem *d_mapItem;
    const QwtDoubleRect d_mapRect;
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?