<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DeviceHubWindow</class> <widget class="QWidget" name="DeviceHubWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1300</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>设备状态监控</string> </property> <widget class="QLabel" name="logo"> <property name="geometry"> <rect> <x>20</x> <y>0</y> <width>300</width> <height>60</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>14</pointsize> </font> </property> <property name="text"> <string>设备状态监控</string> </property> </widget> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>320</x> <y>0</y> <width>150</width> <height>60</height> </rect> </property> <property name="font"> <font> <family>微软雅黑</family> <pointsize>12</pointsize> </font> </property> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="text"> <string>请选择设备</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QComboBox" name="devTypeSelect"> <property name="geometry"> <rect> <x>480</x> <y>10</y> <width>200</width> <height>40</height> </rect> </property> </widget> <widget class="QComboBox" name="devSelect"> <property name="geometry"> <rect> <x>700</x> <y>10</y> <width>250</width> <height>40</height> </rect> </property> </widget> <widget class="QPushButton" name="minButt"> <property name="geometry"> <rect> <x>980</x> <y>10</y> <width>40</width> <height>40</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>最小化</string> </property> </widget> <widget class="Line" name="line"> <property name="geometry"> <rect> <x>0</x> <y>59</y> <width>1024</width> <height>1</height> </rect> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QStackedWidget" name="stackedWidget"> <property name="geometry"> <rect> <x>0</x> <y>60</y> <width>1300</width> <height>640</height> </rect> </property> </widget> </widget> <resources/> <connections/> </ui>