| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>987</width>    <height>700</height>   </rect>  </property>  <property name="sizePolicy">   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowTitle">   <string>StarPU-Top</string>  </property>  <property name="windowIcon">   <iconset resource="resources.qrc">    <normaloff>:/images/starpu_top.png</normaloff>:/images/starpu_top.png</iconset>  </property>  <widget class="QWidget" name="centralWidget">   <layout class="QGridLayout" name="gridLayout_2">    <property name="bottomMargin">     <number>1</number>    </property>    <property name="spacing">     <number>6</number>    </property>   </layout>  </widget>  <widget class="QMenuBar" name="menuBar">   <property name="geometry">    <rect>     <x>0</x>     <y>0</y>     <width>987</width>     <height>21</height>    </rect>   </property>   <widget class="QMenu" name="menu_starpu_top">    <property name="title">     <string>StarPU-Top</string>    </property>   </widget>   <widget class="QMenu" name="menuHelp">    <property name="title">     <string>?</string>    </property>    <addaction name="actionAbout"/>   </widget>   <widget class="QMenu" name="menuDisplay">    <property name="title">     <string>Settings</string>    </property>    <addaction name="actionPreferences"/>   </widget>   <addaction name="menu_starpu_top"/>   <addaction name="menuDisplay"/>   <addaction name="menuHelp"/>  </widget>  <widget class="QToolBar" name="mainToolBar">   <property name="windowTitle">    <string>Toolbar</string>   </property>   <property name="movable">    <bool>false</bool>   </property>   <property name="allowedAreas">    <set>Qt::TopToolBarArea</set>   </property>   <property name="floatable">    <bool>false</bool>   </property>   <attribute name="toolBarArea">    <enum>TopToolBarArea</enum>   </attribute>   <attribute name="toolBarBreak">    <bool>false</bool>   </attribute>  </widget>  <widget class="QStatusBar" name="statusBar"/>  <widget class="QDockWidget" name="parametersDock">   <property name="minimumSize">    <size>     <width>60</width>     <height>38</height>    </size>   </property>   <property name="contextMenuPolicy">    <enum>Qt::DefaultContextMenu</enum>   </property>   <property name="features">    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>   </property>   <property name="windowTitle">    <string>Parameters</string>   </property>   <attribute name="dockWidgetArea">    <number>2</number>   </attribute>   <widget class="QWidget" name="dockWidgetContents"/>  </widget>  <action name="actionConnect">   <property name="icon">    <iconset resource="resources.qrc">     <normaloff>:/images/connect.png</normaloff>:/images/connect.png</iconset>   </property>   <property name="text">    <string>Connect to StarPU</string>   </property>   <property name="shortcut">    <string>Ctrl+C</string>   </property>  </action>  <action name="actionLaunch_StarPU">   <property name="enabled">    <bool>false</bool>   </property>   <property name="icon">    <iconset resource="resources.qrc">     <normaloff>:/images/play.png</normaloff>:/images/play.png</iconset>   </property>   <property name="text">    <string>Launch StarPU</string>   </property>   <property name="shortcut">    <string>Ctrl+L</string>   </property>  </action>  <action name="actionQuit">   <property name="icon">    <iconset resource="resources.qrc">     <normaloff>:/images/quit.png</normaloff>:/images/quit.png</iconset>   </property>   <property name="text">    <string>Quit</string>   </property>   <property name="shortcut">    <string>Ctrl+Q</string>   </property>  </action>  <action name="actionHelp">   <property name="icon">    <iconset resource="resources.qrc">     <normaloff>:/images/help.png</normaloff>:/images/help.png</iconset>   </property>   <property name="text">    <string>Help</string>   </property>   <property name="shortcut">    <string>Ctrl+H</string>   </property>  </action>  <action name="actionAbout">   <property name="icon">    <iconset resource="resources.qrc">     <normaloff>:/images/about.png</normaloff>:/images/about.png</iconset>   </property>   <property name="text">    <string>About StarPU-Top...</string>   </property>  </action>  <action name="actionPreferences">   <property name="icon">    <iconset resource="resources.qrc">     <normaloff>:/images/preferences.png</normaloff>:/images/preferences.png</iconset>   </property>   <property name="text">    <string>Preferences</string>   </property>   <property name="shortcut">    <string>Ctrl+P</string>   </property>  </action>  <action name="actionEnable_Debug">   <property name="enabled">    <bool>false</bool>   </property>   <property name="icon">    <iconset resource="resources.qrc">     <normaloff>:/images/debugon.png</normaloff>:/images/debugon.png</iconset>   </property>   <property name="text">    <string>Enable Debug</string>   </property>  </action> </widget> <layoutdefault spacing="6" margin="11"/> <resources>  <include location="resources.qrc"/> </resources> <connections/></ui>
 |