新增QEMU设置窗口

This commit is contained in:
2023-04-15 19:14:30 +08:00
parent 125aa730c2
commit 6a44167c9a
8 changed files with 298 additions and 20 deletions

View File

@@ -34,7 +34,8 @@ SOURCES += \
vbox.cpp \
command.cpp \
infoutils.cpp \
qemu.cpp
qemu.cpp \
qemusetting.cpp
HEADERS += \
mainwindow.h \
@@ -42,10 +43,12 @@ HEADERS += \
vbox.h \
command.h \
infoutils.h \
qemu.h
qemu.h \
qemusetting.h
FORMS += \
mainwindow.ui
mainwindow.ui \
qemusetting.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin