From 9aaad39402320a77686a31abae599041ded6ba84 Mon Sep 17 00:00:00 2001 From: wxd <1209768292@qq.com> Date: 星期六, 26 七月 2025 09:09:21 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/天开景运_0405_250719 --- Server/杜国庆/code/BG_Mon_Subsystem/gb_mon_subsystem_mainwindow.ui | 86 +++++++++++++++++++++++++++++++++++++----- 1 files changed, 75 insertions(+), 11 deletions(-) diff --git "a/Server/\346\235\234\345\233\275\345\272\206/code/BG_Mon_Subsystem/gb_mon_subsystem_mainwindow.ui" "b/Server/\346\235\234\345\233\275\345\272\206/code/BG_Mon_Subsystem/gb_mon_subsystem_mainwindow.ui" index d6c0505..e788bbf 100644 --- "a/Server/\346\235\234\345\233\275\345\272\206/code/BG_Mon_Subsystem/gb_mon_subsystem_mainwindow.ui" +++ "b/Server/\346\235\234\345\233\275\345\272\206/code/BG_Mon_Subsystem/gb_mon_subsystem_mainwindow.ui" @@ -1,24 +1,88 @@ +<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>GB_Mon_Subsystem_MainWindow</class> - <widget class="QMainWindow" name="GB_Mon_Subsystem_MainWindow" > - <property name="geometry" > + <widget class="QMainWindow" name="GB_Mon_Subsystem_MainWindow"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>300</height> + <width>1001</width> + <height>585</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>GB_Mon_Subsystem_MainWindow</string> </property> - <widget class="QMenuBar" name="menuBar" /> - <widget class="QToolBar" name="mainToolBar" /> - <widget class="QWidget" name="centralWidget" /> - <widget class="QStatusBar" name="statusBar" /> + <widget class="QWidget" name="centralWidget"> + <widget class="QPushButton" name="pushButton"> + <property name="geometry"> + <rect> + <x>150</x> + <y>310</y> + <width>93</width> + <height>28</height> + </rect> + </property> + <property name="text"> + <string>PushButton</string> + </property> + </widget> + <widget class="QPushButton" name="pushButton_2"> + <property name="geometry"> + <rect> + <x>640</x> + <y>310</y> + <width>93</width> + <height>28</height> + </rect> + </property> + <property name="text"> + <string>PushButton</string> + </property> + </widget> + <widget class="QTableWidget" name="tableWidget"> + <property name="geometry"> + <rect> + <x>150</x> + <y>60</y> + <width>581</width> + <height>211</height> + </rect> + </property> + <row> + <property name="text"> + <string>鏂板缓琛�</string> + </property> + </row> + <row> + <property name="text"> + <string>鏂板缓琛�</string> + </property> + </row> + <row> + <property name="text"> + <string>鏂板缓琛�</string> + </property> + </row> + <column> + <property name="text"> + <string>纾佺洏璇诲叆</string> + </property> + </column> + <column> + <property name="text"> + <string>纾佺洏鍐�</string> + </property> + </column> + <column> + <property name="text"> + <string>cpu浣跨敤鐜�</string> + </property> + </column> + </widget> + </widget> </widget> - <layoutDefault spacing="6" margin="11" /> - <pixmapfunction></pixmapfunction> + <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui> -- Gitblit v1.8.0