<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>MainWindow</class>
|
<widget class="QMainWindow" name="MainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>830</width>
|
<height>637</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<widget class="QGroupBox" name="groupBox">
|
<property name="geometry">
|
<rect>
|
<x>60</x>
|
<y>30</y>
|
<width>271</width>
|
<height>371</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>事件监控面板</string>
|
</property>
|
<widget class="QComboBox" name="comboBox">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>280</y>
|
<width>87</width>
|
<height>22</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>280</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>搜索...</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>310</y>
|
<width>93</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>刷新</string>
|
</property>
|
</widget>
|
<widget class="QTextBrowser" name="textBrowser">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>40</y>
|
<width>256</width>
|
<height>211</height>
|
</rect>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QGroupBox" name="groupBox_2">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>40</y>
|
<width>331</width>
|
<height>281</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>通知管理区</string>
|
</property>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>40</y>
|
<width>111</width>
|
<height>16</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>当前活跃状态</string>
|
</property>
|
</widget>
|
<widget class="QTextBrowser" name="textBrowser_2">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>70</y>
|
<width>256</width>
|
<height>192</height>
|
</rect>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QGroupBox" name="groupBox_3">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>350</y>
|
<width>341</width>
|
<height>181</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>用户状态区:</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QMenuBar" name="menuBar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>830</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QToolBar" name="mainToolBar">
|
<attribute name="toolBarArea">
|
<enum>TopToolBarArea</enum>
|
</attribute>
|
<attribute name="toolBarBreak">
|
<bool>false</bool>
|
</attribute>
|
</widget>
|
<widget class="QStatusBar" name="statusBar"/>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|