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

267 lines
7.2 KiB
Text
Raw Permalink 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>970</width>
<height>630</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>
2022-01-13 23:58:16 +00:00
<item row="0" column="0">
<widget class="QStackedWidget" name="stackedWidget">
<widget class="QWidget" name="bootableView">
<layout class="QGridLayout" name="gridLayout_2">
<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>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QBootablesView" name="bootablesView"/>
2022-01-13 23:58:16 +00:00
</item>
</layout>
</widget>
</widget>
</item>
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>
2019-01-16 20:00:10 +00:00
<height>22</height>
2016-09-06 00:12:56 +01:00
</rect>
</property>
<widget class="QMenu" name="menuFor_The">
<property name="title">
<string>File</string>
</property>
2018-09-28 08:17:24 -04:00
<addaction name="actionBoot_DiscImage"/>
<addaction name="actionBoot_DiscImage_S3"/>
2018-09-28 12:00:02 -04:00
<addaction name="actionBoot_cdrom0"/>
<addaction name="actionBoot_ELF"/>
2019-01-16 20:00:10 +00:00
<addaction name="actionList_Bootables"/>
<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">
2018-07-30 12:39:29 -04:00
<string>Virtual Machine</string>
2016-07-26 15:06:37 +01:00
</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>
<widget class="QMenu" name="menuResizeWindow">
<property name="title">
<string>Resize Window</string>
</property>
</widget>
2016-07-26 15:06:37 +01:00
<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="menuResizeWindow"/>
<addaction name="actionToggleFullscreen"/>
2017-04-09 06:50:07 +01:00
<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"/>
2018-09-28 08:17:24 -04:00
<action name="actionBoot_DiscImage">
<property name="text">
2018-09-28 08:17:24 -04:00
<string>Boot Disc 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>
</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>
<property name="shortcut">
<string>Ctrl+R</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">
2018-07-30 13:24:41 -04:00
<string>Pause When Focus Is Lost</string>
2016-07-29 18:31:09 +01:00
</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>
<action name="actionToggleFullscreen">
<property name="text">
<string>Fullscreen Mode</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</action>
2017-04-09 06:50:07 +01:00
<action name="actionCapture_Screen">
<property name="text">
<string>Capture Screen</string>
</property>
</action>
2018-09-28 12:00:02 -04:00
<action name="actionBoot_cdrom0">
<property name="text">
<string>Boot cdrom0</string>
</property>
</action>
<action name="actionBoot_DiscImage_S3">
<property name="text">
<string>Boot Disc Image from S3...</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
2019-01-16 20:00:10 +00:00
<action name="actionList_Bootables">
<property name="text">
<string>Toggle Bootables list...</string>
2019-01-16 20:00:10 +00:00
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
2016-09-06 00:12:56 +01:00
</widget>
<layoutdefault spacing="6" margin="11"/>
2022-01-13 23:58:16 +00:00
<customwidgets>
<customwidget>
<class>QBootablesView</class>
<extends>QWidget</extends>
<header>QBootablesView.h</header>
2022-01-13 23:58:16 +00:00
</customwidget>
</customwidgets>
2016-07-03 04:46:26 +03:00
<resources>
<include location="resources.qrc"/>
</resources>
2016-09-06 00:12:56 +01:00
<connections/>
</ui>