diff --git a/apps/source/main.cpp b/apps/source/main.cpp index 050320a..b5143b0 100644 --- a/apps/source/main.cpp +++ b/apps/source/main.cpp @@ -1,5 +1,4 @@ #include "logger.h" -#include "settings.h" #include "mainwindow.h" #include @@ -13,7 +12,7 @@ int main(int argc, char *argv[]) Logging::setupLogging(); // qCInfo(Application) << "Application starts 程序启动"; qCInfo(Application, "Application starts 程序启动"); - Settings::instance(); + qInfo("Application starts --- 程序启动"); MainWindow w; w.show(); diff --git a/apps/ui/mainwindow.ui b/apps/ui/mainwindow.ui index fb70ddf..a7c58ee 100644 --- a/apps/ui/mainwindow.ui +++ b/apps/ui/mainwindow.ui @@ -6,25 +6,83 @@ 0 0 - 800 - 600 + 960 + 695 MainWindow - - + + + + + 0 + 0 + 960 + 600 + + + + Qt::Orientation::Horizontal + + + 4 + + + + + + 0 0 - 800 + 960 24 + + + &File + + + + + + - + + + + toolBar + + + TopToolBarArea + + + false + + + + + + + + + + + &About + + + + + + + + E&xit + +