611c661d00
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
178 lines
4.5 KiB
XML
178 lines
4.5 KiB
XML
<?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">
|
|
<widget class="QMdiArea" name="mdiArea">
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
</property>
|
|
</widget>
|
|
</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>S&ystem</string>
|
|
</property>
|
|
<addaction name="actionStart"/>
|
|
<addaction name="actionPause"/>
|
|
<addaction name="actionReboot"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuVideo">
|
|
<property name="title">
|
|
<string>&Video</string>
|
|
</property>
|
|
<addaction name="actionBenchmark"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>Wi&ndow</string>
|
|
</property>
|
|
<addaction name="actionMemory"/>
|
|
<addaction name="actionAbout_Qt"/>
|
|
<addaction name="actionAbout"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>Too&ls</string>
|
|
</property>
|
|
<addaction name="actionOptions"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionLoad_state"/>
|
|
<addaction name="actionSave_state"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuSystem"/>
|
|
<addaction name="menuVideo"/>
|
|
<addaction name="menuTools"/>
|
|
<addaction name="menuView"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="action4_3"/>
|
|
<addaction name="actionX1"/>
|
|
<addaction name="actionX2"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<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="actionStart"/>
|
|
<addaction name="actionPause"/>
|
|
<addaction name="actionReboot"/>
|
|
</widget>
|
|
<action name="actionStart">
|
|
<property name="text">
|
|
<string>&Start</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPause">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Pause</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<action name="actionReboot">
|
|
<property name="text">
|
|
<string>&Reboot</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBenchmark">
|
|
<property name="text">
|
|
<string>&Benchmark</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMemory">
|
|
<property name="text">
|
|
<string>&Memory</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOptions">
|
|
<property name="text">
|
|
<string>&Options...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLoad_state">
|
|
<property name="text">
|
|
<string>&Load state</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_state">
|
|
<property name="text">
|
|
<string>&Save state</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout_Qt">
|
|
<property name="text">
|
|
<string>About Qt...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>About...</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|