完成时间图绘制

This commit is contained in:
2024-09-18 15:04:38 +08:00
parent d9cdba7cb7
commit 4b64297f68
8 changed files with 262 additions and 21 deletions

View File

@ -5,6 +5,7 @@
#include "global.h"
#include "readthread.h"
#include "customtime.h"
QT_BEGIN_NAMESPACE
namespace Ui {
@ -53,9 +54,15 @@ private slots:
/*关闭进度条*/
void closeProg();
void setPlotView(int jd, bool isNum, bool isTime);
void setWidget();
private:
Ui::MainWindow *ui;
ReadThread *readThread;
CustomTimeThread *customTime;
};
#endif // MAINWINDOW_H