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>
|
|
|
|
<height>25</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuSystem">
|
|
|
|
<property name="title">
|
|
|
|
<string>System</string>
|
|
|
|
</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-04 19:25:10 +01:00
|
|
|
<widget class="QMenu" name="menuDisks">
|
|
|
|
<property name="title">
|
|
|
|
<string>Disks</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionDisk_1"/>
|
|
|
|
<addaction name="actionDisk_2"/>
|
|
|
|
</widget>
|
2017-07-02 20:55:56 +01:00
|
|
|
<addaction name="menuSystem"/>
|
2017-07-04 19:25:10 +01:00
|
|
|
<addaction name="menuDisks"/>
|
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"/>
|
|
|
|
<action name="actionStart">
|
|
|
|
<property name="text">
|
|
|
|
<string>Start</string>
|
|
|
|
</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">
|
|
|
|
<string>Pause</string>
|
|
|
|
</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 19:25:10 +01:00
|
|
|
<action name="actionDisk_1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disk 1...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisk_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disk 2...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-04 21:17:40 +01:00
|
|
|
<action name="actionReboot">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reboot</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-07-02 20:55:56 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|