This commit is contained in:
2023-02-07 22:12:05 +08:00
parent df0580cba8
commit 107c886f3f
23 changed files with 255 additions and 70 deletions

View File

@@ -29,10 +29,16 @@ CONFIG += c++11
SOURCES += \
main.cpp \
mainwindow.cpp
mainwindow.cpp \
buildvbox.cpp \
vbox.cpp \
command.cpp
HEADERS += \
mainwindow.h
mainwindow.h \
buildvbox.h \
vbox.h \
command.h
FORMS += \
mainwindow.ui