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,
|
"externalConsole": false,
|
||||||
"miDebuggerPath": "D:/qt/Qt5.14.2/5.14.2/mingw73_64/bin/gdb.exe",
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -177,7 +177,7 @@ QString LeftWidget::filePathCheck(const QString fileName, const QString folderPa
|
|||||||
if (fileName == fileInfo.baseName())
|
if (fileName == fileInfo.baseName())
|
||||||
{
|
{
|
||||||
QDateTime currentDateTime = QDateTime::currentDateTime();
|
QDateTime currentDateTime = QDateTime::currentDateTime();
|
||||||
QString formattedTime = currentDateTime.toString("yyyy_MM_dd_HH_mm_ss");
|
QString formattedTime = currentDateTime.toString("yyyyMMdd_HHmmss");
|
||||||
|
|
||||||
resultFileName = fileName + QString("_") + formattedTime;
|
resultFileName = fileName + QString("_") + formattedTime;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user