12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>homeWidget</class>
- <widget class="QWidget" name="homeWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1330</width>
- <height>609</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="backgroundLabel">
- <property name="text">
- <string>background</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|