重构各页面代码,从h文件改为cpp文件;

添加硬件接口并添加,readerAPI使用硬件接口获取invenory信息和connect;
完成开卡初始页面,获取卡号和学号。
This commit is contained in:
2024-07-29 11:24:26 +08:00
parent f229cd4a28
commit 4b8460f4ce
17 changed files with 1411 additions and 157 deletions

View File

@@ -9,18 +9,26 @@ CONFIG += c++17
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
VCD.cpp \
VCDOurs.cpp \
databaseAPI.cpp \
deviceAPI.cpp \
main.cpp \
mainwindow.cpp
mainwindow.cpp \
newCardPage.cpp \
quitAppPage.cpp \
readerAPI.cpp \
settingPage.cpp
HEADERS += \
HF15693.h \
HLog.h \
VCD.h \
VCDOurs.h \
databaseAPI.h \
deviceAPI.h \
mainwindow.h \
newCardPage.h \
quitAppPage.h \
readerAPI.h \
settingPage.h
readerAPI.h
FORMS += \
mainwindow.ui