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.

99 rivejä
2.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PLC</class>
  4. <widget class="QWidget" name="PLC">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>974</width>
  10. <height>536</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>401</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="MyGraphicsView" name="graphicsView">
  27. <property name="geometry">
  28. <rect>
  29. <x>200</x>
  30. <y>30</y>
  31. <width>761</width>
  32. <height>401</height>
  33. </rect>
  34. </property>
  35. <property name="dragMode">
  36. <enum>QGraphicsView::NoDrag</enum>
  37. </property>
  38. </widget>
  39. <widget class="QPushButton" name="btn_insert">
  40. <property name="geometry">
  41. <rect>
  42. <x>10</x>
  43. <y>0</y>
  44. <width>93</width>
  45. <height>28</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>插入</string>
  50. </property>
  51. </widget>
  52. <widget class="QTextEdit" name="textEdit">
  53. <property name="geometry">
  54. <rect>
  55. <x>10</x>
  56. <y>440</y>
  57. <width>951</width>
  58. <height>87</height>
  59. </rect>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="pushButton">
  63. <property name="geometry">
  64. <rect>
  65. <x>120</x>
  66. <y>0</y>
  67. <width>93</width>
  68. <height>28</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>连接</string>
  73. </property>
  74. </widget>
  75. <widget class="QPushButton" name="pushButton_2">
  76. <property name="geometry">
  77. <rect>
  78. <x>230</x>
  79. <y>0</y>
  80. <width>93</width>
  81. <height>28</height>
  82. </rect>
  83. </property>
  84. <property name="text">
  85. <string>断开</string>
  86. </property>
  87. </widget>
  88. </widget>
  89. <customwidgets>
  90. <customwidget>
  91. <class>MyGraphicsView</class>
  92. <extends>QGraphicsView</extends>
  93. <header>mygraphicsview.h</header>
  94. </customwidget>
  95. </customwidgets>
  96. <resources/>
  97. <connections/>
  98. </ui>