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.

113 rivejä
2.6 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="QWidget" name="widget" native="true">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>0</y>
  22. <width>981</width>
  23. <height>511</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QTextEdit" name="textEdit">
  28. <property name="geometry">
  29. <rect>
  30. <x>20</x>
  31. <y>470</y>
  32. <width>951</width>
  33. <height>141</height>
  34. </rect>
  35. </property>
  36. </widget>
  37. </widget>
  38. <widget class="QMenuBar" name="menubar">
  39. <property name="geometry">
  40. <rect>
  41. <x>0</x>
  42. <y>0</y>
  43. <width>1012</width>
  44. <height>26</height>
  45. </rect>
  46. </property>
  47. <widget class="QMenu" name="menu">
  48. <property name="title">
  49. <string>文件</string>
  50. </property>
  51. <addaction name="action_new"/>
  52. <addaction name="action_open"/>
  53. <addaction name="action_save"/>
  54. </widget>
  55. <widget class="QMenu" name="menu_2">
  56. <property name="title">
  57. <string>页面切换</string>
  58. </property>
  59. <addaction name="action_plc"/>
  60. <addaction name="action_hmi"/>
  61. </widget>
  62. <widget class="QMenu" name="menu_3">
  63. <property name="title">
  64. <string>仿真</string>
  65. </property>
  66. <addaction name="action_connect"/>
  67. <addaction name="action_disconnect"/>
  68. </widget>
  69. <addaction name="menu"/>
  70. <addaction name="menu_2"/>
  71. <addaction name="menu_3"/>
  72. </widget>
  73. <widget class="QStatusBar" name="statusbar"/>
  74. <action name="action_new">
  75. <property name="text">
  76. <string>New</string>
  77. </property>
  78. </action>
  79. <action name="action_open">
  80. <property name="text">
  81. <string>Open</string>
  82. </property>
  83. </action>
  84. <action name="action_save">
  85. <property name="text">
  86. <string>Save</string>
  87. </property>
  88. </action>
  89. <action name="action_plc">
  90. <property name="text">
  91. <string>PLC</string>
  92. </property>
  93. </action>
  94. <action name="action_hmi">
  95. <property name="text">
  96. <string>HMI</string>
  97. </property>
  98. </action>
  99. <action name="action_connect">
  100. <property name="text">
  101. <string>connect</string>
  102. </property>
  103. </action>
  104. <action name="action_disconnect">
  105. <property name="text">
  106. <string>disconnect</string>
  107. </property>
  108. </action>
  109. </widget>
  110. <resources/>
  111. <connections/>
  112. </ui>