2023-04-14 19:30:30 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>CRealTimeAlarm</class>
|
|
|
|
|
<widget class="QWidget" name="CRealTimeAlarm">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2023-10-19 14:15:31 +08:00
|
|
|
<width>561</width>
|
|
|
|
|
<height>405</height>
|
2023-04-14 19:30:30 +08:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="styleSheet">
|
2023-10-19 14:15:31 +08:00
|
|
|
<string notr="true">font: 10pt "黑体";
|
2023-04-27 19:48:15 +08:00
|
|
|
color: rgb(27, 30, 35);
|
|
|
|
|
</string>
|
2023-04-14 19:30:30 +08:00
|
|
|
</property>
|
2023-10-19 14:15:31 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2023-04-14 19:30:30 +08:00
|
|
|
<item>
|
2023-04-27 19:48:15 +08:00
|
|
|
<widget class="QWidget" name="widget_alarm" native="true">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true"/>
|
|
|
|
|
</property>
|
2023-10-19 14:15:31 +08:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2023-04-14 19:30:30 +08:00
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="tableView">
|
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|