Play-/Source/ui_qt/Qt_ui/mainwindow.ui
2023-05-02 13:28:13 -04:00

266 lines
7.2 KiB
XML

<?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>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="windowTitle">
<string>Play!</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/assets/app_icon.png</normaloff>:/assets/app_icon.png</iconset>
</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>
<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"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFor_The">
<property name="title">
<string>File</string>
</property>
<addaction name="actionBoot_DiscImage"/>
<addaction name="actionBoot_DiscImage_S3"/>
<addaction name="actionBoot_cdrom0"/>
<addaction name="actionBoot_ELF"/>
<addaction name="actionList_Bootables"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Options</string>
</property>
<addaction name="actionSettings"/>
<addaction name="actionMemory_Card_Manager"/>
<addaction name="actionVFS_Manager"/>
<addaction name="actionController_Manager"/>
</widget>
<widget class="QMenu" name="menuVirtualMachine">
<property name="title">
<string>Virtual Machine</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>
<widget class="QMenu" name="menuResizeWindow">
<property name="title">
<string>Resize Window</string>
</property>
</widget>
<addaction name="menuSave_States"/>
<addaction name="menuLoad_States"/>
<addaction name="separator"/>
<addaction name="actionPause_Resume"/>
<addaction name="actionPause_when_focus_is_lost"/>
<addaction name="actionReset"/>
<addaction name="separator"/>
<addaction name="menuResizeWindow"/>
<addaction name="actionToggleFullscreen"/>
<addaction name="actionCapture_Screen"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuFor_The"/>
<addaction name="menuEdit"/>
<addaction name="menuVirtualMachine"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionBoot_DiscImage">
<property name="text">
<string>Boot Disc Image...</string>
</property>
<property name="shortcut">
<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">
<string>Settings...</string>
</property>
</action>
<action name="actionBoot_ELF">
<property name="text">
<string>Boot ELF...</string>
</property>
</action>
<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>
<action name="actionAbout">
<property name="text">
<string>About...</string>
</property>
</action>
<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>
<action name="actionReset">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Reset</string>
</property>
</action>
<action name="actionMemory_Card_Manager">
<property name="text">
<string>Memory Card Manager...</string>
</property>
</action>
<action name="actionVFS_Manager">
<property name="text">
<string>VFS Manager...</string>
</property>
</action>
<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>
<action name="actionCapture_Screen">
<property name="text">
<string>Capture Screen</string>
</property>
</action>
<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>
<action name="actionList_Bootables">
<property name="text">
<string>Toggle Bootables list...</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QBootablesView</class>
<extends>QWidget</extends>
<header>QBootablesView.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>