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