3500/RealTimeAlarm.ui

43 lines
1.0 KiB
Plaintext
Raw Normal View History

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>
<width>878</width>
<height>618</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">font: 16pt &quot;黑体&quot;;
2023-04-27 19:48:15 +08:00
color: rgb(27, 30, 35);
</string>
2023-04-14 19:30:30 +08:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<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-04-14 19:30:30 +08:00
<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>