You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 rivejä
1.7 KiB

  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>1012</width>
  10. <height>656</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QListWidget" name="listWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>20</x>
  21. <y>10</y>
  22. <width>171</width>
  23. <height>491</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="MyGraphicsView" name="graphicsView">
  28. <property name="geometry">
  29. <rect>
  30. <x>210</x>
  31. <y>10</y>
  32. <width>761</width>
  33. <height>491</height>
  34. </rect>
  35. </property>
  36. <property name="dragMode">
  37. <enum>QGraphicsView::NoDrag</enum>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="pushButton">
  41. <property name="geometry">
  42. <rect>
  43. <x>30</x>
  44. <y>510</y>
  45. <width>93</width>
  46. <height>28</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>插入</string>
  51. </property>
  52. </widget>
  53. </widget>
  54. <widget class="QMenuBar" name="menubar">
  55. <property name="geometry">
  56. <rect>
  57. <x>0</x>
  58. <y>0</y>
  59. <width>1012</width>
  60. <height>26</height>
  61. </rect>
  62. </property>
  63. </widget>
  64. <widget class="QStatusBar" name="statusbar"/>
  65. </widget>
  66. <customwidgets>
  67. <customwidget>
  68. <class>MyGraphicsView</class>
  69. <extends>QGraphicsView</extends>
  70. <header>mygraphicsview.h</header>
  71. </customwidget>
  72. </customwidgets>
  73. <resources/>
  74. <connections/>
  75. </ui>