优化开始结束时间获取

This commit is contained in:
2024-09-18 15:34:49 +08:00
parent 4b64297f68
commit 14d80194c5
7 changed files with 74 additions and 67 deletions

View File

@ -1,14 +1,14 @@
#include "customtime.h"
CustomTimeThread::CustomTimeThread(QObject *parent)
CustomTime::CustomTime(QObject *parent)
: QThread{parent} {}
void CustomTimeThread::setValue(QVector<int> vector, QString string) {
void CustomTime::setValue(QVector<int> vector, QString string) {
this->jd = vector;
this->dataName = string;
}
void CustomTimeThread::run() {
void CustomTime::run() {
m_PlotView.clear();
rule.clear();