forked from ccsens_hardware/qt_qcp_show
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWidget</class>
|
|
<widget class="QWidget" name="MainWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1135</width>
|
|
<height>426</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWidget</string>
|
|
</property>
|
|
<widget class="QLabel" name="textLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>75</y>
|
|
<width>721</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>textLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="countdownLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>160</y>
|
|
<width>721</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>countdownLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="statusLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1010</x>
|
|
<y>390</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>statusLabel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|
|
|