91 lines
1.8 KiB
Plaintext
91 lines
1.8 KiB
Plaintext
|
<ui version="4.0" >
|
||
|
<class>Form</class>
|
||
|
<widget class="QWidget" name="Form" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>469</width>
|
||
|
<height>301</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>0</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize" >
|
||
|
<size>
|
||
|
<width>469</width>
|
||
|
<height>301</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize" >
|
||
|
<size>
|
||
|
<width>496</width>
|
||
|
<height>301</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<widget class="QPushButton" name="pushButton_2" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>130</x>
|
||
|
<y>210</y>
|
||
|
<width>191</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Exit</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>50</y>
|
||
|
<width>261</width>
|
||
|
<height>71</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Oink!</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QCheckBox" name="checkBox" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>160</y>
|
||
|
<width>111</width>
|
||
|
<height>24</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Good?</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>370</x>
|
||
|
<y>200</y>
|
||
|
<width>81</width>
|
||
|
<height>81</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|