widget.ui 937 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Widget</class>
  4. <widget class="QWidget" name="Widget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1600</width>
  10. <height>900</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Widget</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label">
  19. <property name="minimumSize">
  20. <size>
  21. <width>1280</width>
  22. <height>720</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>1280</width>
  28. <height>720</height>
  29. </size>
  30. </property>
  31. <property name="text">
  32. <string/>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QWidget" name="widget_display" native="true"/>
  38. </item>
  39. </layout>
  40. </widget>
  41. <resources/>
  42. <connections/>
  43. </ui>