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.

50 lines
1.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>HMI</class>
  4. <widget class="QWidget" name="HMI">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>964</width>
  10. <height>550</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="MyGraphicsView" name="graphicsView">
  17. <property name="geometry">
  18. <rect>
  19. <x>200</x>
  20. <y>30</y>
  21. <width>761</width>
  22. <height>451</height>
  23. </rect>
  24. </property>
  25. <property name="dragMode">
  26. <enum>QGraphicsView::NoDrag</enum>
  27. </property>
  28. </widget>
  29. <widget class="QListWidget" name="listWidget">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>30</y>
  34. <width>171</width>
  35. <height>451</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. </widget>
  40. <customwidgets>
  41. <customwidget>
  42. <class>MyGraphicsView</class>
  43. <extends>QGraphicsView</extends>
  44. <header>mygraphicsview.h</header>
  45. </customwidget>
  46. </customwidgets>
  47. <resources/>
  48. <connections/>
  49. </ui>