mupen64plus-oldsvn/frontends/qt4/mainwindow.ui
2008-12-09 20:25:38 +00:00

318 lines
8.2 KiB
XML

<ui version="4.0" >
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle" >
<string>Mupen64Plus</string>
</property>
<property name="unifiedTitleAndToolBarOnMac" >
<bool>false</bool>
</property>
<widget class="QWidget" name="centralwidget" >
<layout class="QVBoxLayout" name="verticalLayout" >
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="MainWidget" native="1" name="mainWidget" />
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_File" >
<property name="title" >
<string>&amp;File</string>
</property>
<addaction name="actionOpenRom" />
<addaction name="actionCloseRom" />
<addaction name="separator" />
<addaction name="actionQuit" />
</widget>
<widget class="QMenu" name="menu_Emulation" >
<property name="title" >
<string>&amp;Emulation</string>
</property>
<addaction name="actionStart" />
<addaction name="actionPause" />
<addaction name="actionStop" />
<addaction name="separator" />
<addaction name="actionLoadState" />
<addaction name="actionLoadStateFrom" />
<addaction name="actionSaveState" />
<addaction name="actionSaveStateAs" />
<addaction name="separator" />
<addaction name="actionCurrentSaveStateSlot" />
</widget>
<widget class="QMenu" name="menu_Settings" >
<property name="title" >
<string>&amp;Settings</string>
</property>
<addaction name="actionShowToolbar" />
<addaction name="actionShowStatusbar" />
<addaction name="actionShowFilter" />
<addaction name="separator" />
<addaction name="actionFullScreen" />
<addaction name="separator" />
<addaction name="actionConfigureMupen64Plus" />
</widget>
<widget class="QMenu" name="menu_Help" >
<property name="title" >
<string>&amp;Help</string>
</property>
<addaction name="actionAbout" />
<addaction name="actionAboutQt" />
</widget>
<addaction name="menu_File" />
<addaction name="menu_Emulation" />
<addaction name="menu_Settings" />
<addaction name="menu_Help" />
</widget>
<widget class="QStatusBar" name="statusbar" />
<widget class="QToolBar" name="toolBar" >
<property name="windowTitle" >
<string>Toolbar</string>
</property>
<property name="iconSize" >
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="toolButtonStyle" >
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<attribute name="toolBarArea" >
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak" >
<bool>false</bool>
</attribute>
<addaction name="actionOpenRom" />
<addaction name="separator" />
<addaction name="actionStart" />
<addaction name="actionPause" />
<addaction name="actionStop" />
<addaction name="separator" />
<addaction name="actionLoadState" />
<addaction name="actionSaveState" />
<addaction name="actionCurrentSaveStateSlot" />
<addaction name="separator" />
<addaction name="actionFullScreen" />
<addaction name="actionConfigureMupen64Plus" />
</widget>
<action name="actionOpenRom" >
<property name="text" >
<string>&amp;Open Rom</string>
</property>
<property name="shortcut" >
<string>Ctrl+O</string>
</property>
</action>
<action name="actionCloseRom" >
<property name="text" >
<string>&amp;Close Rom</string>
</property>
<property name="shortcut" >
<string>Ctrl+W</string>
</property>
</action>
<action name="actionQuit" >
<property name="text" >
<string>&amp;Quit</string>
</property>
<property name="shortcut" >
<string>Ctrl+Q</string>
</property>
<property name="menuRole" >
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionStart" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="text" >
<string>&amp;Start</string>
</property>
</action>
<action name="actionPause" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="text" >
<string>&amp;Pause</string>
</property>
<property name="shortcut" >
<string>Space</string>
</property>
</action>
<action name="actionStop" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="text" >
<string>S&amp;top</string>
</property>
<property name="shortcut" >
<string>Esc</string>
</property>
</action>
<action name="actionSaveState" >
<property name="text" >
<string>Sa&amp;ve State</string>
</property>
<property name="shortcut" >
<string>Ctrl+F7</string>
</property>
</action>
<action name="actionSaveStateAs" >
<property name="text" >
<string>Save State &amp;as...</string>
</property>
</action>
<action name="actionLoadState" >
<property name="text" >
<string>&amp;Load State</string>
</property>
<property name="shortcut" >
<string>Ctrl+F5</string>
</property>
</action>
<action name="actionLoadStateFrom" >
<property name="text" >
<string>L&amp;oad State from...</string>
</property>
</action>
<action name="actionCurrentSaveStateSlot" >
<property name="text" >
<string>&amp;Current Save State Slot...</string>
</property>
</action>
<action name="actionFullScreen" >
<property name="text" >
<string>&amp;Full Screen</string>
</property>
<property name="shortcut" >
<string>Alt+Return</string>
</property>
</action>
<action name="actionConfigureMupen64Plus" >
<property name="text" >
<string>&amp;Configure Mupen64Plus</string>
</property>
<property name="menuRole" >
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionAbout" >
<property name="text" >
<string>&amp;About</string>
</property>
<property name="menuRole" >
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionAboutQt" >
<property name="text" >
<string>About &amp;Qt</string>
</property>
<property name="menuRole" >
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionShowToolbar" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>true</bool>
</property>
<property name="text" >
<string>Show &amp;Toolbar</string>
</property>
</action>
<action name="actionShowStatusbar" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>true</bool>
</property>
<property name="text" >
<string>Show &amp;Statusbar</string>
</property>
</action>
<action name="actionShowFilter" >
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>true</bool>
</property>
<property name="text" >
<string>Show F&amp;ilter</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>MainWidget</class>
<extends>QWidget</extends>
<header>frontends/qt4/mainwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>actionShowToolbar</sender>
<signal>toggled(bool)</signal>
<receiver>toolBar</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel" >
<x>399</x>
<y>41</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionShowStatusbar</sender>
<signal>toggled(bool)</signal>
<receiver>statusbar</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel" >
<x>399</x>
<y>587</y>
</hint>
</hints>
</connection>
</connections>
</ui>