55 lines
1.1 KiB
Plaintext
55 lines
1.1 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>295</width>
|
||
|
<height>144</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string/>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="label" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>40</x>
|
||
|
<y>30</y>
|
||
|
<width>160</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font" >
|
||
|
<font>
|
||
|
<pointsize>15</pointsize>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Hello, world!</string>
|
||
|
</property>
|
||
|
<property name="alignment" >
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="quitButton" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>90</y>
|
||
|
<width>75</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Quit</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|