25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.4 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>1101</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>161</width>
  23. <height>381</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>791</width>
  33. <height>381</height>
  34. </rect>
  35. </property>
  36. <property name="dragMode">
  37. <enum>QGraphicsView::NoDrag</enum>
  38. </property>
  39. </widget>
  40. </widget>
  41. <widget class="QMenuBar" name="menubar">
  42. <property name="geometry">
  43. <rect>
  44. <x>0</x>
  45. <y>0</y>
  46. <width>1101</width>
  47. <height>26</height>
  48. </rect>
  49. </property>
  50. </widget>
  51. <widget class="QStatusBar" name="statusbar"/>
  52. </widget>
  53. <customwidgets>
  54. <customwidget>
  55. <class>MyGraphicsView</class>
  56. <extends>QGraphicsView</extends>
  57. <header>mygraphicsview.h</header>
  58. </customwidget>
  59. </customwidgets>
  60. <resources/>
  61. <connections/>
  62. </ui>