2025-12-29T17:29:12

This commit is contained in:
yuntang 2025-12-29 17:29:13 +08:00
parent 44fc93eb4e
commit 7ddd2212ab
11 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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"
} }
] ]
} }

View File

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