修复配置文件保存时编码异常问题,修改关于和帮助页面
This commit is contained in:
+10
-6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user