完成数据变化绘图
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
#include "global.h"
|
||||
#include "readthread.h"
|
||||
#include "customtime.h"
|
||||
#include "customthread.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
@ -61,9 +61,8 @@ private slots:
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
ReadThread *readThread;
|
||||
CustomTime *customTime;
|
||||
QVector<int> jd;
|
||||
QString dataName;
|
||||
CustomThread *customTime;
|
||||
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
Reference in New Issue
Block a user