Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

166 Zeilen
3.8 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>951</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>30</y>
  32. <width>181</width>
  33. <height>461</height>
  34. </rect>
  35. </property>
  36. </widget>
  37. <widget class="QStackedWidget" name="stackedWidget">
  38. <property name="geometry">
  39. <rect>
  40. <x>210</x>
  41. <y>10</y>
  42. <width>761</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>0</x>
  51. <y>0</y>
  52. <width>761</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>0</x>
  66. <y>0</y>
  67. <width>761</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>30</x>
  81. <y>0</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>
  91. <widget class="QMenuBar" name="menubar">
  92. <property name="geometry">
  93. <rect>
  94. <x>0</x>
  95. <y>0</y>
  96. <width>1012</width>
  97. <height>26</height>
  98. </rect>
  99. </property>
  100. <widget class="QMenu" name="menu">
  101. <property name="title">
  102. <string>文件</string>
  103. </property>
  104. <addaction name="action_new"/>
  105. <addaction name="action_open"/>
  106. <addaction name="action_save"/>
  107. </widget>
  108. <widget class="QMenu" name="menu_2">
  109. <property name="title">
  110. <string>页面切换</string>
  111. </property>
  112. <addaction name="action_plc"/>
  113. <addaction name="action_hmi"/>
  114. </widget>
  115. <widget class="QMenu" name="menu_3">
  116. <property name="title">
  117. <string>仿真</string>
  118. </property>
  119. <addaction name="action_connect"/>
  120. <addaction name="action_disconnect"/>
  121. </widget>
  122. <addaction name="menu"/>
  123. <addaction name="menu_2"/>
  124. <addaction name="menu_3"/>
  125. </widget>
  126. <widget class="QStatusBar" name="statusbar"/>
  127. <action name="action_new">
  128. <property name="text">
  129. <string>New</string>
  130. </property>
  131. </action>
  132. <action name="action_open">
  133. <property name="text">
  134. <string>Open</string>
  135. </property>
  136. </action>
  137. <action name="action_save">
  138. <property name="text">
  139. <string>Save</string>
  140. </property>
  141. </action>
  142. <action name="action_plc">
  143. <property name="text">
  144. <string>PLC</string>
  145. </property>
  146. </action>
  147. <action name="action_hmi">
  148. <property name="text">
  149. <string>HMI</string>
  150. </property>
  151. </action>
  152. <action name="action_connect">
  153. <property name="text">
  154. <string>connect</string>
  155. </property>
  156. </action>
  157. <action name="action_disconnect">
  158. <property name="text">
  159. <string>disconnect</string>
  160. </property>
  161. </action>
  162. </widget>
  163. <resources/>
  164. <connections/>
  165. </ui>