修复配置文件保存时编码异常问题,修改关于和帮助页面

This commit is contained in:
taocong
2026-06-10 17:11:59 +08:00
parent d891b4f583
commit edb693e5af
17 changed files with 399 additions and 324 deletions
+10 -6
View File
@@ -8,13 +8,14 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += main.cpp \
src/mainwindow/mainwindow.cpp \
src/pythonrunner/PythonRunner.cpp \
src/pages/about/aboutpage.cpp \
src/pages/about/aboutdialog.cpp \
src/pages/batchconvert/batchconvertpage.cpp \
src/pages/functionsearch/functionsearchpage.cpp \
src/pages/functionsearch/uf20functionsearchpage.cpp \
src/pages/functionsearch/uft3functionsearchpage.cpp \
src/components/elasearchedit.cpp \
src/pages/help/helppage.cpp \
src/components/interdialog.cpp \
src/pages/help/helpdocpage.cpp \
src/pages/settings/settingspage.cpp \
src/pages/metadatupdate/metadatupdatepage.cpp \
src/metadataupdate/filedb.cpp \
@@ -31,17 +32,19 @@ SOURCES += main.cpp \
src/utils/uf2configreader.cpp \
src/utils/uft3configreader.cpp \
src/utils/logmanager.cpp \
src/utils/configmanager.cpp
src/utils/configmanager.cpp \
src/utils/version.cpp
HEADERS += src/mainwindow/mainwindow.h \
src/pythonrunner/PythonRunner.h \
src/pages/about/aboutpage.h \
src/pages/about/aboutdialog.h \
src/pages/batchconvert/batchconvertpage.h \
src/pages/functionsearch/functionsearchpage.h \
src/pages/functionsearch/uf20functionsearchpage.h \
src/pages/functionsearch/uft3functionsearchpage.h \
src/components/elasearchedit.h \
src/pages/help/helppage.h \
src/components/interdialog.h \
src/pages/help/helpdocpage.h \
src/pages/settings/settingspage.h \
src/pages/metadatupdate/metadatupdatepage.h \
src/metadataupdate/filedb.h \
@@ -58,7 +61,8 @@ HEADERS += src/mainwindow/mainwindow.h \
src/utils/uf2configreader.h \
src/utils/uft3configreader.h \
src/utils/logmanager.h \
src/utils/configmanager.h
src/utils/configmanager.h \
src/utils/version.h
RESOURCES += resources.qrc