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