完成文件读取

This commit is contained in:
2024-09-18 10:25:29 +08:00
parent f4e058c009
commit d9cdba7cb7
10 changed files with 435 additions and 57 deletions

View File

@ -10,17 +10,23 @@ CONFIG += c++11
SOURCES += \
main.cpp \
mainwindow.cpp
# qcustomplot.cpp
mainwindow.cpp \
qcustomplot.cpp \
readthread.cpp
HEADERS += \
mainwindow.h
# qcustomplot.h
global.h \
mainwindow.h \
qcustomplot.h \
readthread.h
FORMS += \
mainwindow.ui
RC_ICONS = logo.ico
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target