<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>TimingClass</class>
|
<widget class="QWidget" name="TimingClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>483</width>
|
<height>328</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Timing</string>
|
</property>
|
<widget class="QTreeWidget" name="treeWidget">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>10</y>
|
<width>451</width>
|
<height>261</height>
|
</rect>
|
</property>
|
<column>
|
<property name="text">
|
<string>Device tree</string>
|
</property>
|
</column>
|
</widget>
|
<widget class="QPushButton" name="pushButton_timing">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>290</y>
|
<width>81</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Check time</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_exit">
|
<property name="geometry">
|
<rect>
|
<x>380</x>
|
<y>290</y>
|
<width>81</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Exit</string>
|
</property>
|
</widget>
|
<widget class="QDateTimeEdit" name="dateTimeEdit">
|
<property name="geometry">
|
<rect>
|
<x>150</x>
|
<y>290</y>
|
<width>194</width>
|
<height>22</height>
|
</rect>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|