<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>eventhandler</class>
|
<widget class="QMainWindow" name="eventhandler">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>903</width>
|
<height>756</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>MainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>50</y>
|
<width>191</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>事件详情</string>
|
</property>
|
</widget>
|
<widget class="QGroupBox" name="eventbase">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>100</y>
|
<width>551</width>
|
<height>161</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>基本信息</string>
|
</property>
|
<widget class="QLabel" name="eventID">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>30</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>事件ID:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="eventtype">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>30</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>事件类型:</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="eventlevel">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>30</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>事件等级:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>60</y>
|
<width>111</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="eventtime">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>100</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>发生时间:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>130</y>
|
<width>113</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="associtedadvice">
|
<property name="geometry">
|
<rect>
|
<x>170</x>
|
<y>100</y>
|
<width>72</width>
|
<height>15</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>关联设备:</string>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QGroupBox" name="eventdata">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>280</y>
|
<width>551</width>
|
<height>251</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>事件数据</string>
|
</property>
|
<widget class="QTextBrowser" name="eventdatashow">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>30</y>
|
<width>521</width>
|
<height>192</height>
|
</rect>
|
</property>
|
</widget>
|
</widget>
|
<widget class="QGroupBox" name="operationbutton">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>550</y>
|
<width>561</width>
|
<height>121</height>
|
</rect>
|
</property>
|
<property name="title">
|
<string>操作按钮</string>
|
</property>
|
<widget class="QRadioButton" name="read">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>30</y>
|
<width>115</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>已读</string>
|
</property>
|
</widget>
|
<widget class="QRadioButton" name="processiong">
|
<property name="geometry">
|
<rect>
|
<x>180</x>
|
<y>30</y>
|
<width>115</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>处理中</string>
|
</property>
|
</widget>
|
<widget class="QRadioButton" name="resolved">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>30</y>
|
<width>115</width>
|
<height>19</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>已解决</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="forword">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>70</y>
|
<width>93</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>转发</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="updata">
|
<property name="geometry">
|
<rect>
|
<x>180</x>
|
<y>70</y>
|
<width>93</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>升级</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_3">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>70</y>
|
<width>93</width>
|
<height>28</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>关闭</string>
|
</property>
|
</widget>
|
</widget>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>903</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|