mainwindow.ui 686 B

1234567891011121314151617181920212223242526272829303132
  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>200</width>
  10. <height>320</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget"/>
  17. <widget class="QMenuBar" name="menuBar">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>200</width>
  23. <height>23</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. </widget>
  28. <layoutdefault spacing="6" margin="11"/>
  29. <resources/>
  30. <connections/>
  31. </ui>