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>
|
2019-08-10 16:16:38 +01:00
|
|
|
<property name="background">
|
|
|
|
<brush brushstyle="SolidPattern">
|
|
|
|
<color alpha="255">
|
|
|
|
<red>102</red>
|
|
|
|
<green>102</green>
|
|
|
|
<blue>102</blue>
|
|
|
|
</color>
|
|
|
|
</brush>
|
|
|
|
</property>
|
2017-07-04 14:05:06 +01:00
|
|
|
</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>
|
2019-11-13 21:01:28 +00:00
|
|
|
<height>24</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>
|
2017-10-17 21:14:36 +01:00
|
|
|
<addaction name="actionScreenshot"/>
|
2017-07-07 21:04:21 +01:00
|
|
|
<addaction name="actionBenchmark"/>
|
2019-11-24 21:06:55 +00:00
|
|
|
<addaction name="actionNext_video_mode"/>
|
2017-07-07 21:04:21 +01:00
|
|
|
</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"/>
|
2017-10-15 18:58:40 +01:00
|
|
|
<addaction name="actionAbout_Qt"/>
|
|
|
|
<addaction name="actionAbout"/>
|
2017-07-15 15:46:18 +01:00
|
|
|
</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-10-15 18:20:25 +01:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionLoad_state"/>
|
2019-11-13 21:01:28 +00:00
|
|
|
<addaction name="actionLoad_state_from"/>
|
2017-10-15 18:20:25 +01:00
|
|
|
<addaction name="actionSave_state"/>
|
2018-02-13 08:42:47 +00:00
|
|
|
<addaction name="actionSwap_disks"/>
|
2017-10-15 18:20:25 +01:00
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
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">
|
2017-10-17 21:14:36 +01:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>size</string>
|
|
|
|
</property>
|
2017-07-02 20:55:56 +01:00
|
|
|
<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">
|
2017-10-17 21:14:36 +01:00
|
|
|
<string>controls</string>
|
2017-10-14 20:42:23 +01:00
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2017-10-15 18:24:00 +01:00
|
|
|
<addaction name="actionStart"/>
|
|
|
|
<addaction name="actionPause"/>
|
2017-10-14 20:42:23 +01:00
|
|
|
<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>
|
2018-02-06 16:24:36 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Pause</string>
|
|
|
|
</property>
|
2017-07-02 20:55:56 +01:00
|
|
|
</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>
|
2018-02-06 16:24:36 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F2</string>
|
|
|
|
</property>
|
2017-07-04 21:17:40 +01:00
|
|
|
</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-15 18:20:25 +01:00
|
|
|
<action name="actionLoad_state">
|
|
|
|
<property name="text">
|
2017-10-15 18:24:00 +01:00
|
|
|
<string>&Load state</string>
|
2017-10-15 18:20:25 +01:00
|
|
|
</property>
|
2018-02-06 16:24:36 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F12</string>
|
|
|
|
</property>
|
2017-10-15 18:20:25 +01:00
|
|
|
</action>
|
|
|
|
<action name="actionSave_state">
|
|
|
|
<property name="text">
|
2017-10-15 18:24:00 +01:00
|
|
|
<string>&Save state</string>
|
2017-10-15 18:20:25 +01:00
|
|
|
</property>
|
2018-02-06 16:24:36 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>F11</string>
|
|
|
|
</property>
|
2017-10-15 18:20:25 +01:00
|
|
|
</action>
|
2017-10-15 18:58:40 +01:00
|
|
|
<action name="actionAbout_Qt">
|
|
|
|
<property name="text">
|
2017-10-17 21:14:36 +01:00
|
|
|
<string>&About Qt...</string>
|
2017-10-15 18:58:40 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
2017-10-17 21:14:36 +01:00
|
|
|
<string>A&bout...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionScreenshot">
|
|
|
|
<property name="text">
|
2018-02-06 16:24:36 +00:00
|
|
|
<string>&Screenshot</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Shift+F12</string>
|
2017-10-15 18:58:40 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-02-13 08:42:47 +00:00
|
|
|
<action name="actionSwap_disks">
|
|
|
|
<property name="text">
|
|
|
|
<string>Swap &disks</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F5</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-11-13 21:01:28 +00:00
|
|
|
<action name="actionLoad_state_from">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load state...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-11-24 21:06:55 +00:00
|
|
|
<action name="actionNext_video_mode">
|
|
|
|
<property name="text">
|
|
|
|
<string>Next video mode</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Next video mode</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F9</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-02 20:55:56 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|