mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
50 lines
1.2 KiB
XML
50 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>279</width>
|
|
<height>163</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0" alignment="Qt::AlignLeft">
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="text">
|
|
<string>Left</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" alignment="Qt::AlignTop">
|
|
<widget class="QPushButton" name="pushButton_3">
|
|
<property name="text">
|
|
<string>Top</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" alignment="Qt::AlignRight">
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="text">
|
|
<string>Right</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" alignment="Qt::AlignBottom">
|
|
<widget class="QPushButton" name="pushButton_4">
|
|
<property name="text">
|
|
<string>Bottom</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|