<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>AlarmTableClass</class>
|
<widget class="QWidget" name="AlarmTableClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>699</width>
|
<height>87</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>AlarmTable</string>
|
</property>
|
<widget class="QTableWidget" name="tableWidget">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>701</width>
|
<height>89</height>
|
</rect>
|
</property>
|
<column>
|
<property name="text">
|
<string>Time</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>Alarm info</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>Device info</string>
|
</property>
|
</column>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|