Play-/Source/ui_unix/Qt_ui/mainwindow.ui

198 lines
5.2 KiB
Text
Raw Normal View History

2016-09-06 00:12:56 +01:00
<?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>640</width>
<height>512</height>
2016-09-06 00:12:56 +01:00
</rect>
</property>
2016-07-29 18:31:09 +01:00
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
2016-09-06 00:12:56 +01:00
<property name="windowTitle">
<string>Play!</string>
</property>
<property name="windowIcon">
2016-07-03 04:46:26 +03:00
<iconset resource="resources.qrc">
<normaloff>:/assets/app_icon.png</normaloff>:/assets/app_icon.png</iconset>
2016-09-06 00:12:56 +01:00
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2016-09-06 00:12:56 +01:00
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
2016-09-06 00:23:31 +01:00
<height>19</height>
2016-09-06 00:12:56 +01:00
</rect>
</property>
<widget class="QMenu" name="menuFor_The">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen_Game"/>
<addaction name="actionBoot_ELF"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
2016-07-03 20:55:03 +03:00
<string>Options</string>
</property>
<addaction name="actionSettings"/>
2016-08-10 14:56:16 +01:00
<addaction name="actionMemory_Card_Manager"/>
2016-09-06 00:03:02 +01:00
<addaction name="actionVFS_Manager"/>
2016-09-06 00:23:31 +01:00
<addaction name="actionController_Manager"/>
</widget>
2016-07-26 15:06:37 +01:00
<widget class="QMenu" name="menuVirtualMachine">
<property name="title">
<string>VirtualMachine</string>
</property>
<widget class="QMenu" name="menuSave_States">
<property name="title">
<string>Save States</string>
</property>
<addaction name="action_save_Slot_1_Empty"/>
</widget>
<widget class="QMenu" name="menuLoad_States">
<property name="title">
<string>Load States</string>
</property>
<addaction name="actionLoad_Slot_1_Empty"/>
</widget>
<addaction name="menuSave_States"/>
<addaction name="menuLoad_States"/>
<addaction name="separator"/>
<addaction name="actionPause_Resume"/>
2016-07-29 18:31:09 +01:00
<addaction name="actionPause_when_focus_is_lost"/>
2016-07-29 19:19:27 +01:00
<addaction name="actionReset"/>
2017-04-09 06:50:07 +01:00
<addaction name="separator"/>
<addaction name="actionCapture_Screen"/>
2016-07-26 15:06:37 +01:00
</widget>
2016-08-10 16:29:40 +01:00
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuFor_The"/>
<addaction name="menuEdit"/>
2016-07-26 15:06:37 +01:00
<addaction name="menuVirtualMachine"/>
2016-08-10 16:29:40 +01:00
<addaction name="menuHelp"/>
2016-09-06 00:12:56 +01:00
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionOpen_Game">
<property name="text">
2016-07-03 20:55:03 +03:00
<string>Boot Disk Image...</string>
</property>
2016-07-03 20:55:03 +03:00
<property name="toolTip">
<string>Boot Disk Image...</string>
</property>
<property name="shortcut">
2016-07-03 20:55:03 +03:00
<string>Ctrl+O</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionSettings">
<property name="text">
2016-08-02 02:50:26 +01:00
<string>Settings...</string>
</property>
</action>
<action name="actionBoot_ELF">
<property name="text">
2016-07-03 20:55:03 +03:00
<string>Boot ELF...</string>
</property>
<property name="toolTip">
<string>Boot ELF...</string>
</property>
</action>
2016-07-26 15:06:37 +01:00
<action name="actionLoad_Slot_1_Empty">
<property name="text">
<string>Load Slot 1 - Empty</string>
</property>
</action>
<action name="action_save_Slot_1_Empty">
<property name="text">
<string>Save Slot 1 - Empty</string>
</property>
</action>
<action name="actionPause_Resume">
<property name="text">
<string>Pause/Resume</string>
</property>
</action>
2016-08-10 16:29:40 +01:00
<action name="actionAbout">
<property name="text">
2016-08-02 02:50:26 +01:00
<string>About...</string>
2016-08-10 16:29:40 +01:00
</property>
</action>
2016-07-29 18:31:09 +01:00
<action name="actionPause_when_focus_is_lost">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Pause when focus is lost</string>
</property>
</action>
2016-07-29 19:19:27 +01:00
<action name="actionReset">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Reset</string>
</property>
</action>
2016-08-10 14:56:16 +01:00
<action name="actionMemory_Card_Manager">
<property name="text">
2016-08-02 02:50:26 +01:00
<string>Memory Card Manager...</string>
2016-08-10 14:56:16 +01:00
</property>
</action>
2016-09-06 00:03:02 +01:00
<action name="actionVFS_Manager">
<property name="text">
<string>VFS Manager...</string>
</property>
</action>
2016-09-06 00:23:31 +01:00
<action name="actionController_Manager">
<property name="text">
<string>Controller Manager...</string>
</property>
</action>
2017-04-09 06:50:07 +01:00
<action name="actionCapture_Screen">
<property name="text">
<string>Capture Screen</string>
</property>
</action>
2016-09-06 00:12:56 +01:00
</widget>
<layoutdefault spacing="6" margin="11"/>
2016-07-03 04:46:26 +03:00
<resources>
<include location="resources.qrc"/>
</resources>
2016-09-06 00:12:56 +01:00
<connections/>
</ui>