test.ui 983 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>340</width>
  10. <height>404</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QComboBox" name="comboBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>60</x>
  21. <y>40</y>
  22. <width>91</width>
  23. <height>31</height>
  24. </rect>
  25. </property>
  26. <property name="frame">
  27. <bool>true</bool>
  28. </property>
  29. </widget>
  30. </widget>
  31. <widget class="QMenuBar" name="menubar">
  32. <property name="geometry">
  33. <rect>
  34. <x>0</x>
  35. <y>0</y>
  36. <width>340</width>
  37. <height>21</height>
  38. </rect>
  39. </property>
  40. </widget>
  41. <widget class="QStatusBar" name="statusbar"/>
  42. </widget>
  43. <resources/>
  44. <connections/>
  45. </ui>