40 lines
956 B
XML
40 lines
956 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CAlarmDetails</class>
|
|
<widget class="QWidget" name="CAlarmDetails">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>802</width>
|
|
<height>578</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>报警详情</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 16pt "黑体";
|
|
color: rgb(27, 30, 35);
|
|
</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QTableView" name="tableView">
|
|
<attribute name="verticalHeaderVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|