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.

73 line
1.6 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>978</width>
  10. <height>552</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QListWidget" name="listWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>30</y>
  21. <width>171</width>
  22. <height>451</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QTabWidget" name="tabWidget">
  27. <property name="geometry">
  28. <rect>
  29. <x>190</x>
  30. <y>10</y>
  31. <width>781</width>
  32. <height>481</height>
  33. </rect>
  34. </property>
  35. <property name="currentIndex">
  36. <number>0</number>
  37. </property>
  38. <widget class="QWidget" name="tab">
  39. <attribute name="title">
  40. <string>Tab 1</string>
  41. </attribute>
  42. <widget class="MyGraphicsView" name="graphicsView">
  43. <property name="geometry">
  44. <rect>
  45. <x>0</x>
  46. <y>0</y>
  47. <width>761</width>
  48. <height>451</height>
  49. </rect>
  50. </property>
  51. <property name="dragMode">
  52. <enum>QGraphicsView::NoDrag</enum>
  53. </property>
  54. </widget>
  55. </widget>
  56. <widget class="QWidget" name="tab_2">
  57. <attribute name="title">
  58. <string>Tab 2</string>
  59. </attribute>
  60. </widget>
  61. </widget>
  62. </widget>
  63. <customwidgets>
  64. <customwidget>
  65. <class>MyGraphicsView</class>
  66. <extends>QGraphicsView</extends>
  67. <header>mygraphicsview.h</header>
  68. </customwidget>
  69. </customwidgets>
  70. <resources/>
  71. <connections/>
  72. </ui>