新增缓存数据库存储、转码进度显示

This commit is contained in:
taocong
2026-05-26 14:33:03 +08:00
parent fd38553be1
commit c097120ca3
15 changed files with 1239 additions and 100 deletions
+11 -3
View File
@@ -1,4 +1,4 @@
QT += core gui widgets
QT += core gui widgets sql
TARGET = Uft30ChangeCode
TEMPLATE = app
@@ -12,7 +12,11 @@ SOURCES += main.cpp \
src/pages/batchconvert/batchconvertpage.cpp \
src/pages/functionsearch/functionsearchpage.cpp \
src/pages/help/helppage.cpp \
src/pages/settings/settingspage.cpp
src/pages/settings/settingspage.cpp \
src/utils/datacache.cpp \
src/utils/uf2configreader.cpp \
src/utils/uft3configreader.cpp \
src/utils/logmanager.cpp
HEADERS += src/mainwindow/mainwindow.h \
src/pythonrunner/PythonRunner.h \
@@ -20,7 +24,11 @@ HEADERS += src/mainwindow/mainwindow.h \
src/pages/batchconvert/batchconvertpage.h \
src/pages/functionsearch/functionsearchpage.h \
src/pages/help/helppage.h \
src/pages/settings/settingspage.h
src/pages/settings/settingspage.h \
src/utils/datacache.h \
src/utils/uf2configreader.h \
src/utils/uft3configreader.h \
src/utils/logmanager.h
RESOURCES += resources.qrc