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