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