2014-04-01 02:26:50 +00: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>1081</width>
|
|
|
|
<height>730</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Citra</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>src/pcafe/res/icon3_64x64.ico</normaloff>src/pcafe/res/icon3_64x64.ico</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="dockNestingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2015-05-28 23:02:56 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<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>
|
|
|
|
</layout>
|
2014-04-01 02:26:50 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1081</width>
|
2016-01-24 17:34:05 +00:00
|
|
|
<height>19</height>
|
2014-04-01 02:26:50 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_File">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
2015-07-28 16:43:18 +00:00
|
|
|
<widget class="QMenu" name="menu_recent_files">
|
|
|
|
<property name="title">
|
|
|
|
<string>Recent Files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-04-22 03:15:17 +00:00
|
|
|
<addaction name="action_Load_File"/>
|
2014-05-01 03:46:57 +00:00
|
|
|
<addaction name="action_Load_Symbol_Map"/>
|
2014-04-01 02:26:50 +00:00
|
|
|
<addaction name="separator"/>
|
2015-09-06 22:33:57 +00:00
|
|
|
<addaction name="action_Select_Game_List_Root"/>
|
2015-07-28 16:43:18 +00:00
|
|
|
<addaction name="menu_recent_files"/>
|
|
|
|
<addaction name="separator"/>
|
2014-04-01 02:26:50 +00:00
|
|
|
<addaction name="action_Exit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Emulation">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Emulation</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_Start"/>
|
|
|
|
<addaction name="action_Pause"/>
|
|
|
|
<addaction name="action_Stop"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="action_Configure"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
2014-12-31 21:26:11 +00:00
|
|
|
<addaction name="action_Single_Window_Mode"/>
|
2015-01-06 15:09:30 +00:00
|
|
|
<addaction name="actionDisplay_widget_title_bars"/>
|
2014-04-01 02:26:50 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="action_About"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menu_File"/>
|
|
|
|
<addaction name="menu_Emulation"/>
|
|
|
|
<addaction name="menu_View"/>
|
|
|
|
<addaction name="menu_Help"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2015-01-06 15:09:30 +00:00
|
|
|
<action name="action_Load_File">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load File...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Load_Symbol_Map">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Symbol Map...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Exit">
|
2014-04-01 02:26:50 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Start">
|
2015-04-30 23:58:26 +00:00
|
|
|
<property name="enabled">
|
2015-05-28 23:02:56 +00:00
|
|
|
<bool>false</bool>
|
2015-04-30 23:58:26 +00:00
|
|
|
</property>
|
2014-04-01 02:26:50 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>&Start</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Pause">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Pause</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 15:09:30 +00:00
|
|
|
<action name="action_Stop">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Stop</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_About">
|
|
|
|
<property name="text">
|
|
|
|
<string>About Citra</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Single_Window_Mode">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Single Window Mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-04-01 02:26:50 +00:00
|
|
|
<action name="action_Configure">
|
|
|
|
<property name="text">
|
|
|
|
<string>Configure ...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-01-06 15:09:30 +00:00
|
|
|
<action name="actionDisplay_widget_title_bars">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Dock Widget Headers</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2015-09-06 22:33:57 +00:00
|
|
|
<action name="action_Select_Game_List_Root">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select Game Directory...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Selects a folder to display in the game list</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2014-04-01 02:26:50 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>action_Exit</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>367</x>
|
|
|
|
<y>314</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-01-06 15:09:30 +00:00
|
|
|
<connection>
|
|
|
|
<sender>actionDisplay_widget_title_bars</sender>
|
|
|
|
<signal>triggered(bool)</signal>
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
<slot>OnDisplayTitleBars(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>540</x>
|
|
|
|
<y>364</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2014-04-01 02:26:50 +00:00
|
|
|
</connections>
|
|
|
|
<slots>
|
|
|
|
<slot>OnConfigure()</slot>
|
2015-01-06 15:09:30 +00:00
|
|
|
<slot>OnDisplayTitleBars(bool)</slot>
|
2014-04-01 02:26:50 +00:00
|
|
|
</slots>
|
|
|
|
</ui>
|