2017-07-02 20:55:56 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>QApple</class>
|
|
|
|
<widget class="QMainWindow" name="QApple">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1032</width>
|
|
|
|
<height>762</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>QApple</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2017-07-04 14:05:06 +01:00
|
|
|
<widget class="QMdiArea" name="mdiArea">
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-07-02 20:55:56 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1032</width>
|
2017-09-19 20:47:15 +01:00
|
|
|
<height>25</height>
|
2017-07-02 20:55:56 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuSystem">
|
|
|
|
<property name="title">
|
2017-07-15 15:46:18 +01:00
|
|
|
<string>S&ystem</string>
|
2017-07-02 20:55:56 +01:00
|
|
|
</property>
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
2017-07-04 21:17:40 +01:00
|
|
|
<addaction name="actionReboot"/>
|
2017-07-02 20:55:56 +01:00
|
|
|
</widget>
|
2017-07-07 21:04:21 +01:00
|
|
|
<widget class="QMenu" name="menuVideo">
|
|
|
|
<property name="title">
|
2017-07-15 15:46:18 +01:00
|
|
|
<string>&Video</string>
|
2017-07-07 21:04:21 +01:00
|
|
|
</property>
|
|
|
|
<addaction name="actionBenchmark"/>
|
|
|
|
</widget>
|
2017-07-15 15:46:18 +01:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
|
|
|
<string>Wi&ndow</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionMemory"/>
|
|
|
|
</widget>
|
2017-09-19 20:47:15 +01:00
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
<property name="title">
|
|
|
|
<string>Too&ls</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionOptions"/>
|
|
|
|
</widget>
|
2017-07-02 20:55:56 +01:00
|
|
|
<addaction name="menuSystem"/>
|
2017-07-07 21:04:21 +01:00
|
|
|
<addaction name="menuVideo"/>
|
2017-09-19 20:47:15 +01:00
|
|
|
<addaction name="menuTools"/>
|
2017-07-15 15:46:18 +01:00
|
|
|
<addaction name="menuView"/>
|
2017-07-02 20:55:56 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2017-07-04 12:14:04 +01:00
|
|
|
<addaction name="action4_3"/>
|
|
|
|
<addaction name="actionX1"/>
|
|
|
|
<addaction name="actionX2"/>
|
2017-07-02 20:55:56 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2017-10-14 20:42:23 +01:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionChange"/>
|
|
|
|
<addaction name="actionReboot"/>
|
|
|
|
</widget>
|
2017-07-02 20:55:56 +01:00
|
|
|
<action name="actionStart">
|
|
|
|
<property name="text">
|
2017-07-15 15:46:18 +01:00
|
|
|
<string>&Start</string>
|
2017-07-02 20:55:56 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPause">
|
2017-07-04 14:05:06 +01:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-07-02 20:55:56 +01:00
|
|
|
<property name="text">
|
2017-07-15 15:46:18 +01:00
|
|
|
<string>&Pause</string>
|
2017-07-02 20:55:56 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-04 12:14:04 +01:00
|
|
|
<action name="action4_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>4:3</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionX1">
|
|
|
|
<property name="text">
|
|
|
|
<string>x1</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionX2">
|
|
|
|
<property name="text">
|
|
|
|
<string>x2</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-04 21:17:40 +01:00
|
|
|
<action name="actionReboot">
|
|
|
|
<property name="text">
|
2017-07-15 15:46:18 +01:00
|
|
|
<string>&Reboot</string>
|
2017-07-04 21:17:40 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-07 21:04:21 +01:00
|
|
|
<action name="actionBenchmark">
|
|
|
|
<property name="text">
|
2017-07-15 15:46:18 +01:00
|
|
|
<string>&Benchmark</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMemory">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Memory</string>
|
2017-07-07 21:04:21 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-09-19 20:47:15 +01:00
|
|
|
<action name="actionOptions">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Options...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-10-14 20:42:23 +01:00
|
|
|
<action name="actionChange">
|
|
|
|
<property name="text">
|
|
|
|
<string>Change</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-02 20:55:56 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|