界面完成

This commit is contained in:
Mike Solar
2023-07-27 13:44:54 +08:00
parent 25daaecbc0
commit b262eca43c
13 changed files with 220 additions and 35 deletions

View File

@ -14,7 +14,7 @@ find_package(Qt5 COMPONENTS
Widgets
REQUIRED)
add_executable(officeassistant main.cpp mainwindow.cpp mainwindow.h mainwindow.ui mainwindowlayout.cpp mainwindowlayout.h mainwindowlayout.ui navbar.cpp navbar.h navbar.ui MyButton.cpp MyButton.h buttonstruct.h)
add_executable(officeassistant WIN32 main.cpp mainwindow.cpp mainwindow.h mainwindow.ui mainwindowlayout.cpp mainwindowlayout.h mainwindowlayout.ui navbar.cpp navbar.h navbar.ui MyButton.cpp MyButton.h buttonstruct.h globalvariables.h mainscreen.cpp mainscreen.h mainscreen.ui)
target_link_libraries(officeassistant
Qt5::Core
Qt5::Gui