ui.ui 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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>755</width>
  10. <height>515</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QHBoxLayout" name="horizontalLayout">
  18. <item>
  19. <widget class="QGraphicsView" name="graphicsView"/>
  20. </item>
  21. <item>
  22. <widget class="QListWidget" name="listWidget"/>
  23. </item>
  24. </layout>
  25. </widget>
  26. <widget class="QMenuBar" name="menubar">
  27. <property name="geometry">
  28. <rect>
  29. <x>0</x>
  30. <y>0</y>
  31. <width>755</width>
  32. <height>27</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QStatusBar" name="statusbar"/>
  37. <widget class="QToolBar" name="toolBar">
  38. <property name="windowTitle">
  39. <string>toolBar</string>
  40. </property>
  41. <attribute name="toolBarArea">
  42. <enum>TopToolBarArea</enum>
  43. </attribute>
  44. <attribute name="toolBarBreak">
  45. <bool>false</bool>
  46. </attribute>
  47. </widget>
  48. </widget>
  49. <resources/>
  50. <connections/>
  51. </ui>