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.

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