mainwindow.ui 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>300</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QLabel" name="label">
  20. <property name="text">
  21. <string>TextLabel</string>
  22. </property>
  23. </widget>
  24. </item>
  25. <item>
  26. <widget class="QPushButton" name="pushButton">
  27. <property name="text">
  28. <string>PushButton</string>
  29. </property>
  30. </widget>
  31. </item>
  32. </layout>
  33. </widget>
  34. <widget class="QMenuBar" name="menubar">
  35. <property name="geometry">
  36. <rect>
  37. <x>0</x>
  38. <y>0</y>
  39. <width>300</width>
  40. <height>24</height>
  41. </rect>
  42. </property>
  43. </widget>
  44. </widget>
  45. <resources/>
  46. <connections/>
  47. </ui>