新增超级曲线图表
This commit is contained in:
30
third/qcustomplotdemo/frmexample2/frmscrollbar.h
Normal file
30
third/qcustomplotdemo/frmexample2/frmscrollbar.h
Normal file
@@ -0,0 +1,30 @@
|
||||
#ifndef FRMSCROLLBAR_H
|
||||
#define FRMSCROLLBAR_H
|
||||
|
||||
#include <QWidget>
|
||||
#include "qcustomplot.h"
|
||||
|
||||
namespace Ui {
|
||||
class frmScrollBar;
|
||||
}
|
||||
|
||||
class frmScrollBar : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmScrollBar(QWidget *parent = 0);
|
||||
~frmScrollBar();
|
||||
|
||||
private:
|
||||
Ui::frmScrollBar *ui;
|
||||
|
||||
private slots:
|
||||
void initForm();
|
||||
void horzScrollBarChanged(int value);
|
||||
void vertScrollBarChanged(int value);
|
||||
void xAxisChanged(QCPRange range);
|
||||
void yAxisChanged(QCPRange range);
|
||||
};
|
||||
|
||||
#endif // FRMSCROLLBAR_H
|
||||
Reference in New Issue
Block a user