選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

188 行
4.3 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>678</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTextEdit" name="textEdit">
  18. <property name="geometry">
  19. <rect>
  20. <x>20</x>
  21. <y>500</y>
  22. <width>941</width>
  23. <height>111</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QListWidget" name="listWidget">
  28. <property name="geometry">
  29. <rect>
  30. <x>20</x>
  31. <y>40</y>
  32. <width>91</width>
  33. <height>451</height>
  34. </rect>
  35. </property>
  36. </widget>
  37. <widget class="QStackedWidget" name="stackedWidget">
  38. <property name="geometry">
  39. <rect>
  40. <x>110</x>
  41. <y>10</y>
  42. <width>861</width>
  43. <height>481</height>
  44. </rect>
  45. </property>
  46. <widget class="QWidget" name="page">
  47. <widget class="QTabWidget" name="plc_tab_widget">
  48. <property name="geometry">
  49. <rect>
  50. <x>10</x>
  51. <y>0</y>
  52. <width>841</width>
  53. <height>481</height>
  54. </rect>
  55. </property>
  56. <property name="currentIndex">
  57. <number>-1</number>
  58. </property>
  59. </widget>
  60. </widget>
  61. <widget class="QWidget" name="page_2">
  62. <widget class="QTabWidget" name="hmi_tab_widget">
  63. <property name="geometry">
  64. <rect>
  65. <x>10</x>
  66. <y>0</y>
  67. <width>841</width>
  68. <height>481</height>
  69. </rect>
  70. </property>
  71. <property name="currentIndex">
  72. <number>-1</number>
  73. </property>
  74. </widget>
  75. </widget>
  76. </widget>
  77. <widget class="QPushButton" name="btn_insert">
  78. <property name="geometry">
  79. <rect>
  80. <x>20</x>
  81. <y>10</y>
  82. <width>93</width>
  83. <height>28</height>
  84. </rect>
  85. </property>
  86. <property name="text">
  87. <string>插入</string>
  88. </property>
  89. </widget>
  90. <widget class="QWidget" name="layoutWidget">
  91. <property name="geometry">
  92. <rect>
  93. <x>0</x>
  94. <y>0</y>
  95. <width>2</width>
  96. <height>2</height>
  97. </rect>
  98. </property>
  99. <layout class="QHBoxLayout" name="horizontalLayout"/>
  100. </widget>
  101. <widget class="QWidget" name="layoutWidget">
  102. <property name="geometry">
  103. <rect>
  104. <x>0</x>
  105. <y>0</y>
  106. <width>2</width>
  107. <height>2</height>
  108. </rect>
  109. </property>
  110. <layout class="QVBoxLayout" name="verticalLayout_2"/>
  111. </widget>
  112. </widget>
  113. <widget class="QMenuBar" name="menubar">
  114. <property name="geometry">
  115. <rect>
  116. <x>0</x>
  117. <y>0</y>
  118. <width>1012</width>
  119. <height>26</height>
  120. </rect>
  121. </property>
  122. <widget class="QMenu" name="menu">
  123. <property name="title">
  124. <string>文件</string>
  125. </property>
  126. <addaction name="action_new"/>
  127. <addaction name="action_open"/>
  128. <addaction name="action_save"/>
  129. </widget>
  130. <widget class="QMenu" name="menu_2">
  131. <property name="title">
  132. <string>页面切换</string>
  133. </property>
  134. <addaction name="action_plc"/>
  135. <addaction name="action_hmi"/>
  136. </widget>
  137. <widget class="QMenu" name="menu_3">
  138. <property name="title">
  139. <string>仿真</string>
  140. </property>
  141. <addaction name="action_connect"/>
  142. <addaction name="action_disconnect"/>
  143. </widget>
  144. <addaction name="menu"/>
  145. <addaction name="menu_2"/>
  146. <addaction name="menu_3"/>
  147. </widget>
  148. <widget class="QStatusBar" name="statusbar"/>
  149. <action name="action_new">
  150. <property name="text">
  151. <string>New</string>
  152. </property>
  153. </action>
  154. <action name="action_open">
  155. <property name="text">
  156. <string>Open</string>
  157. </property>
  158. </action>
  159. <action name="action_save">
  160. <property name="text">
  161. <string>Save</string>
  162. </property>
  163. </action>
  164. <action name="action_plc">
  165. <property name="text">
  166. <string>PLC</string>
  167. </property>
  168. </action>
  169. <action name="action_hmi">
  170. <property name="text">
  171. <string>HMI</string>
  172. </property>
  173. </action>
  174. <action name="action_connect">
  175. <property name="text">
  176. <string>connect</string>
  177. </property>
  178. </action>
  179. <action name="action_disconnect">
  180. <property name="text">
  181. <string>disconnect</string>
  182. </property>
  183. </action>
  184. </widget>
  185. <resources/>
  186. <connections/>
  187. </ui>