完成数据变化绘图

This commit is contained in:
2024-09-18 16:18:36 +08:00
parent 14d80194c5
commit c9e2c5a72f
8 changed files with 59 additions and 39 deletions

View File

@ -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