2025-12-29T17:29:12
This commit is contained in:
parent
44fc93eb4e
commit
7ddd2212ab
BIN
experiment_data/sample_data/new_20251229_111708.xlsx
Normal file
BIN
experiment_data/sample_data/new_20251229_111708.xlsx
Normal file
Binary file not shown.
BIN
experiment_data/sample_data/new_20251229_140815.xlsx
Normal file
BIN
experiment_data/sample_data/new_20251229_140815.xlsx
Normal file
Binary file not shown.
BIN
experiment_data/sample_data/new_20251229_140850.xlsx
Normal file
BIN
experiment_data/sample_data/new_20251229_140850.xlsx
Normal file
Binary file not shown.
BIN
experiment_data/sample_data/new_20251229_141133.xlsx
Normal file
BIN
experiment_data/sample_data/new_20251229_141133.xlsx
Normal file
Binary file not shown.
BIN
experiment_data/sample_data/new_20251229_141706.xlsx
Normal file
BIN
experiment_data/sample_data/new_20251229_141706.xlsx
Normal file
Binary file not shown.
BIN
experiment_data/sample_data/new_2025_12_29_10_34_11.xlsx
Normal file
BIN
experiment_data/sample_data/new_2025_12_29_10_34_11.xlsx
Normal file
Binary file not shown.
BIN
experiment_data/sample_data/new_2025_12_29_10_39_25.xlsx
Normal file
BIN
experiment_data/sample_data/new_2025_12_29_10_39_25.xlsx
Normal file
Binary file not shown.
BIN
experiment_data/sample_data/new_2025_12_29_10_45_40.xlsx
Normal file
BIN
experiment_data/sample_data/new_2025_12_29_10_45_40.xlsx
Normal file
Binary file not shown.
2
src/.vscode/launch.json
vendored
2
src/.vscode/launch.json
vendored
@ -18,7 +18,7 @@
|
||||
],
|
||||
"externalConsole": false,
|
||||
"miDebuggerPath": "D:/qt/Qt5.14.2/5.14.2/mingw73_64/bin/gdb.exe",
|
||||
"visualizerFile": "c:\\Users\\sunqu\\AppData\\Roaming\\Trae CN\\User\\workspaceStorage\\7f93734217a2e383fe34beaf49d497fe\\tonka3000.qtvsctools\\qt.natvis.xml"
|
||||
"visualizerFile": "c:\\Users\\sunqu\\AppData\\Roaming\\Code\\User\\workspaceStorage\\7f93734217a2e383fe34beaf49d497fe\\tonka3000.qtvsctools\\qt.natvis.xml"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -818,7 +818,7 @@ void ExperimentSettingForm::slotRecvPhaseInfo(const QByteArray &ba)
|
||||
|
||||
Phase phase;
|
||||
// 解析 onoff
|
||||
// phase.onoff = *(localData + index);
|
||||
// phase .onoff = *(localData + index);
|
||||
memcpy(&phase.onoff, localData + index, sizeof(uint8_t));
|
||||
index += sizeof(uint8_t);
|
||||
|
||||
|
||||
@ -177,7 +177,7 @@ QString LeftWidget::filePathCheck(const QString fileName, const QString folderPa
|
||||
if (fileName == fileInfo.baseName())
|
||||
{
|
||||
QDateTime currentDateTime = QDateTime::currentDateTime();
|
||||
QString formattedTime = currentDateTime.toString("yyyy_MM_dd_HH_mm_ss");
|
||||
QString formattedTime = currentDateTime.toString("yyyyMMdd_HHmmss");
|
||||
|
||||
resultFileName = fileName + QString("_") + formattedTime;
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user