新增超级曲线图表
This commit is contained in:
25
third/qcustomplotdemo/frmexample/frmscatterstyle.h
Normal file
25
third/qcustomplotdemo/frmexample/frmscatterstyle.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef FRMSCATTERSTYLE_H
|
||||
#define FRMSCATTERSTYLE_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class frmScatterStyle;
|
||||
}
|
||||
|
||||
class frmScatterStyle : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmScatterStyle(QWidget *parent = 0);
|
||||
~frmScatterStyle();
|
||||
|
||||
private:
|
||||
Ui::frmScatterStyle *ui;
|
||||
|
||||
private slots:
|
||||
void initForm();
|
||||
};
|
||||
|
||||
#endif // FRMSCATTERSTYLE_H
|
||||
Reference in New Issue
Block a user