mainwindow.ui 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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>987</width>
  10. <height>700</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>StarPU-Top</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset resource="resources.qrc">
  24. <normaloff>:/images/starpu_top.png</normaloff>:/images/starpu_top.png</iconset>
  25. </property>
  26. <widget class="QWidget" name="centralWidget">
  27. <layout class="QGridLayout" name="gridLayout_2">
  28. <property name="bottomMargin">
  29. <number>1</number>
  30. </property>
  31. <property name="spacing">
  32. <number>6</number>
  33. </property>
  34. </layout>
  35. </widget>
  36. <widget class="QMenuBar" name="menuBar">
  37. <property name="geometry">
  38. <rect>
  39. <x>0</x>
  40. <y>0</y>
  41. <width>987</width>
  42. <height>21</height>
  43. </rect>
  44. </property>
  45. <widget class="QMenu" name="menu_starpu_top">
  46. <property name="title">
  47. <string>StarPU-Top</string>
  48. </property>
  49. </widget>
  50. <widget class="QMenu" name="menuHelp">
  51. <property name="title">
  52. <string>?</string>
  53. </property>
  54. <addaction name="actionAbout"/>
  55. </widget>
  56. <widget class="QMenu" name="menuDisplay">
  57. <property name="title">
  58. <string>Settings</string>
  59. </property>
  60. <addaction name="actionPreferences"/>
  61. </widget>
  62. <addaction name="menu_starpu_top"/>
  63. <addaction name="menuDisplay"/>
  64. <addaction name="menuHelp"/>
  65. </widget>
  66. <widget class="QToolBar" name="mainToolBar">
  67. <property name="windowTitle">
  68. <string>Toolbar</string>
  69. </property>
  70. <property name="movable">
  71. <bool>false</bool>
  72. </property>
  73. <property name="allowedAreas">
  74. <set>Qt::TopToolBarArea</set>
  75. </property>
  76. <property name="floatable">
  77. <bool>false</bool>
  78. </property>
  79. <attribute name="toolBarArea">
  80. <enum>TopToolBarArea</enum>
  81. </attribute>
  82. <attribute name="toolBarBreak">
  83. <bool>false</bool>
  84. </attribute>
  85. </widget>
  86. <widget class="QStatusBar" name="statusBar"/>
  87. <widget class="QDockWidget" name="parametersDock">
  88. <property name="minimumSize">
  89. <size>
  90. <width>60</width>
  91. <height>38</height>
  92. </size>
  93. </property>
  94. <property name="contextMenuPolicy">
  95. <enum>Qt::DefaultContextMenu</enum>
  96. </property>
  97. <property name="features">
  98. <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
  99. </property>
  100. <property name="windowTitle">
  101. <string>Parameters</string>
  102. </property>
  103. <attribute name="dockWidgetArea">
  104. <number>2</number>
  105. </attribute>
  106. <widget class="QWidget" name="dockWidgetContents"/>
  107. </widget>
  108. <action name="actionConnect">
  109. <property name="icon">
  110. <iconset resource="resources.qrc">
  111. <normaloff>:/images/connect.png</normaloff>:/images/connect.png</iconset>
  112. </property>
  113. <property name="text">
  114. <string>Connect to StarPU</string>
  115. </property>
  116. <property name="shortcut">
  117. <string>Ctrl+C</string>
  118. </property>
  119. </action>
  120. <action name="actionLaunch_StarPU">
  121. <property name="enabled">
  122. <bool>false</bool>
  123. </property>
  124. <property name="icon">
  125. <iconset resource="resources.qrc">
  126. <normaloff>:/images/play.png</normaloff>:/images/play.png</iconset>
  127. </property>
  128. <property name="text">
  129. <string>Launch StarPU</string>
  130. </property>
  131. <property name="shortcut">
  132. <string>Ctrl+L</string>
  133. </property>
  134. </action>
  135. <action name="actionQuit">
  136. <property name="icon">
  137. <iconset resource="resources.qrc">
  138. <normaloff>:/images/quit.png</normaloff>:/images/quit.png</iconset>
  139. </property>
  140. <property name="text">
  141. <string>Quit</string>
  142. </property>
  143. <property name="shortcut">
  144. <string>Ctrl+Q</string>
  145. </property>
  146. </action>
  147. <action name="actionHelp">
  148. <property name="icon">
  149. <iconset resource="resources.qrc">
  150. <normaloff>:/images/help.png</normaloff>:/images/help.png</iconset>
  151. </property>
  152. <property name="text">
  153. <string>Help</string>
  154. </property>
  155. <property name="shortcut">
  156. <string>Ctrl+H</string>
  157. </property>
  158. </action>
  159. <action name="actionAbout">
  160. <property name="icon">
  161. <iconset resource="resources.qrc">
  162. <normaloff>:/images/about.png</normaloff>:/images/about.png</iconset>
  163. </property>
  164. <property name="text">
  165. <string>About StarPU-Top...</string>
  166. </property>
  167. </action>
  168. <action name="actionPreferences">
  169. <property name="icon">
  170. <iconset resource="resources.qrc">
  171. <normaloff>:/images/preferences.png</normaloff>:/images/preferences.png</iconset>
  172. </property>
  173. <property name="text">
  174. <string>Preferences</string>
  175. </property>
  176. <property name="shortcut">
  177. <string>Ctrl+P</string>
  178. </property>
  179. </action>
  180. <action name="actionEnable_Debug">
  181. <property name="enabled">
  182. <bool>false</bool>
  183. </property>
  184. <property name="icon">
  185. <iconset resource="resources.qrc">
  186. <normaloff>:/images/debugon.png</normaloff>:/images/debugon.png</iconset>
  187. </property>
  188. <property name="text">
  189. <string>Enable Debug</string>
  190. </property>
  191. </action>
  192. </widget>
  193. <layoutdefault spacing="6" margin="11"/>
  194. <resources>
  195. <include location="resources.qrc"/>
  196. </resources>
  197. <connections/>
  198. </ui>