大体功能完成

This commit is contained in:
2023-02-19 14:51:29 +08:00
parent 466958170f
commit 3d49e8dd7b
14 changed files with 602 additions and 20 deletions

View File

@@ -32,13 +32,15 @@ SOURCES += \
mainwindow.cpp \
buildvbox.cpp \
vbox.cpp \
command.cpp
command.cpp \
infoutils.cpp
HEADERS += \
mainwindow.h \
buildvbox.h \
vbox.h \
command.h
command.h \
infoutils.h
FORMS += \
mainwindow.ui