qt-light/examples/hello.ui
Felix L. Winkelmann a3b9f5c072 qt-light 1.0 for C5
git-svn-id: https://code.call-cc.org/svn/chicken-eggs/release/5/qt-light@38001 fca3e652-9b03-0410-8d7b-ac86a6ce46c4
2022-10-11 11:15:01 -05:00

55 lines
1.1 KiB
XML

<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>