WindowMain.ui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WindowMain</class>
  4. <widget class="QMainWindow" name="WindowMain">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>924</width>
  10. <height>658</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QGridLayout" name="gridLayout">
  18. <property name="leftMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="topMargin">
  22. <number>0</number>
  23. </property>
  24. <property name="rightMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>0</number>
  29. </property>
  30. <property name="spacing">
  31. <number>0</number>
  32. </property>
  33. </layout>
  34. </widget>
  35. <widget class="QToolBar" name="mainToolBar">
  36. <property name="enabled">
  37. <bool>true</bool>
  38. </property>
  39. <property name="movable">
  40. <bool>true</bool>
  41. </property>
  42. <property name="toolButtonStyle">
  43. <enum>Qt::ToolButtonFollowStyle</enum>
  44. </property>
  45. <property name="floatable">
  46. <bool>true</bool>
  47. </property>
  48. <attribute name="toolBarArea">
  49. <enum>TopToolBarArea</enum>
  50. </attribute>
  51. <attribute name="toolBarBreak">
  52. <bool>false</bool>
  53. </attribute>
  54. <addaction name="action_new"/>
  55. <addaction name="action_open"/>
  56. <addaction name="action_save"/>
  57. <addaction name="separator"/>
  58. <addaction name="action_runtime"/>
  59. <addaction name="action_app"/>
  60. <addaction name="separator"/>
  61. <addaction name="action_run"/>
  62. <addaction name="action_runonce"/>
  63. <addaction name="action_stop"/>
  64. </widget>
  65. <widget class="QStatusBar" name="statusbar"/>
  66. <action name="action_new">
  67. <property name="icon">
  68. <iconset resource="qss.qrc">
  69. <normaloff>:/image/New.png</normaloff>:/image/New.png</iconset>
  70. </property>
  71. <property name="text">
  72. <string>创建新项目</string>
  73. </property>
  74. <property name="toolTip">
  75. <string>创建新项目</string>
  76. </property>
  77. </action>
  78. <action name="action_open">
  79. <property name="icon">
  80. <iconset resource="qss.qrc">
  81. <normaloff>:/image/Open.png</normaloff>:/image/Open.png</iconset>
  82. </property>
  83. <property name="text">
  84. <string>打开项目</string>
  85. </property>
  86. <property name="toolTip">
  87. <string>打开项目</string>
  88. </property>
  89. </action>
  90. <action name="action_save">
  91. <property name="icon">
  92. <iconset resource="qss.qrc">
  93. <normaloff>:/image/Save.png</normaloff>:/image/Save.png</iconset>
  94. </property>
  95. <property name="text">
  96. <string>保存项目</string>
  97. </property>
  98. <property name="toolTip">
  99. <string>保存项目</string>
  100. </property>
  101. </action>
  102. <action name="action_runtime">
  103. <property name="icon">
  104. <iconset resource="qss.qrc">
  105. <normaloff>:/image/runtime.png</normaloff>:/image/runtime.png</iconset>
  106. </property>
  107. <property name="text">
  108. <string>运行页面</string>
  109. </property>
  110. </action>
  111. <action name="action_app">
  112. <property name="icon">
  113. <iconset resource="qss.qrc">
  114. <normaloff>:/image/app.png</normaloff>:/image/app.png</iconset>
  115. </property>
  116. <property name="text">
  117. <string>程序</string>
  118. </property>
  119. </action>
  120. <action name="action_run">
  121. <property name="icon">
  122. <iconset resource="qss.qrc">
  123. <normaloff>:/image/toolrun.png</normaloff>:/image/toolrun.png</iconset>
  124. </property>
  125. <property name="text">
  126. <string>系统运行</string>
  127. </property>
  128. </action>
  129. <action name="action_runonce">
  130. <property name="icon">
  131. <iconset resource="qss.qrc">
  132. <normaloff>:/image/toolrunonce.png</normaloff>:/image/toolrunonce.png</iconset>
  133. </property>
  134. <property name="text">
  135. <string>系统运行一次</string>
  136. </property>
  137. <property name="toolTip">
  138. <string>系统运行一次</string>
  139. </property>
  140. </action>
  141. <action name="action_stop">
  142. <property name="icon">
  143. <iconset resource="qss.qrc">
  144. <normaloff>:/image/toolstop.png</normaloff>:/image/toolstop.png</iconset>
  145. </property>
  146. <property name="text">
  147. <string>系统停止</string>
  148. </property>
  149. <property name="toolTip">
  150. <string>系统停止</string>
  151. </property>
  152. </action>
  153. </widget>
  154. <layoutdefault spacing="6" margin="11"/>
  155. <resources>
  156. <include location="qss.qrc"/>
  157. </resources>
  158. <connections/>
  159. </ui>