📄 plot.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -