homewidget.ui 714 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>homeWidget</class>
  4. <widget class="QWidget" name="homeWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1330</width>
  10. <height>609</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="backgroundLabel">
  19. <property name="text">
  20. <string>background</string>
  21. </property>
  22. <property name="alignment">
  23. <set>Qt::AlignCenter</set>
  24. </property>
  25. </widget>
  26. </item>
  27. </layout>
  28. </widget>
  29. <resources/>
  30. <connections/>
  31. </ui>