forked from dolphin-emu/dolphin
		
	
		
			
				
	
	
		
			141 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			141 lines
		
	
	
		
			3.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>DMainWindow</class>
 | 
						|
 <widget class="QMainWindow" name="DMainWindow">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>992</width>
 | 
						|
    <height>592</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Dolphin</string>
 | 
						|
  </property>
 | 
						|
  <property name="iconSize">
 | 
						|
   <size>
 | 
						|
    <width>32</width>
 | 
						|
    <height>32</height>
 | 
						|
   </size>
 | 
						|
  </property>
 | 
						|
  <property name="toolButtonStyle">
 | 
						|
   <enum>Qt::ToolButtonTextUnderIcon</enum>
 | 
						|
  </property>
 | 
						|
  <property name="unifiedTitleAndToolBarOnMac">
 | 
						|
   <bool>true</bool>
 | 
						|
  </property>
 | 
						|
  <widget class="QStackedWidget" name="wgtCentral"/>
 | 
						|
  <widget class="QMenuBar" name="menubar">
 | 
						|
   <property name="geometry">
 | 
						|
    <rect>
 | 
						|
     <x>0</x>
 | 
						|
     <y>0</y>
 | 
						|
     <width>992</width>
 | 
						|
     <height>24</height>
 | 
						|
    </rect>
 | 
						|
   </property>
 | 
						|
   <widget class="QMenu" name="mnuFile">
 | 
						|
    <property name="title">
 | 
						|
     <string>Fi&le</string>
 | 
						|
    </property>
 | 
						|
    <addaction name="actOpen"/>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="mnuEmulation">
 | 
						|
    <property name="title">
 | 
						|
     <string>E&mulation</string>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="mnuOptions">
 | 
						|
    <property name="title">
 | 
						|
     <string>Optio&ns</string>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="mnuTools">
 | 
						|
    <property name="title">
 | 
						|
     <string>Tools</string>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="mnuView">
 | 
						|
    <property name="title">
 | 
						|
     <string>&View</string>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="mnuHelp">
 | 
						|
    <property name="title">
 | 
						|
     <string>Help</string>
 | 
						|
    </property>
 | 
						|
    <addaction name="actWebsite"/>
 | 
						|
    <addaction name="actOnlineDocs"/>
 | 
						|
    <addaction name="actGitHub"/>
 | 
						|
    <addaction name="separator"/>
 | 
						|
    <addaction name="actSystemInfo"/>
 | 
						|
    <addaction name="actAbout"/>
 | 
						|
   </widget>
 | 
						|
   <widget class="QMenu" name="mnuMovie">
 | 
						|
    <property name="title">
 | 
						|
     <string>Movie</string>
 | 
						|
    </property>
 | 
						|
   </widget>
 | 
						|
   <addaction name="mnuFile"/>
 | 
						|
   <addaction name="mnuEmulation"/>
 | 
						|
   <addaction name="mnuMovie"/>
 | 
						|
   <addaction name="mnuOptions"/>
 | 
						|
   <addaction name="mnuTools"/>
 | 
						|
   <addaction name="mnuView"/>
 | 
						|
   <addaction name="mnuHelp"/>
 | 
						|
  </widget>
 | 
						|
  <widget class="QStatusBar" name="statusbar"/>
 | 
						|
  <widget class="QToolBar" name="toolbar">
 | 
						|
   <property name="windowTitle">
 | 
						|
    <string>Toolbar</string>
 | 
						|
   </property>
 | 
						|
   <attribute name="toolBarArea">
 | 
						|
    <enum>TopToolBarArea</enum>
 | 
						|
   </attribute>
 | 
						|
   <attribute name="toolBarBreak">
 | 
						|
    <bool>false</bool>
 | 
						|
   </attribute>
 | 
						|
   <addaction name="actOpen"/>
 | 
						|
  </widget>
 | 
						|
  <action name="actWebsite">
 | 
						|
   <property name="text">
 | 
						|
    <string>&Website</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="actOnlineDocs">
 | 
						|
   <property name="text">
 | 
						|
    <string>&Online Documentation</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="actGitHub">
 | 
						|
   <property name="text">
 | 
						|
    <string>&Dolphin at GitHub</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="actAbout">
 | 
						|
   <property name="text">
 | 
						|
    <string>&About</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="actOpen">
 | 
						|
   <property name="text">
 | 
						|
    <string>&Open</string>
 | 
						|
   </property>
 | 
						|
   <property name="toolTip">
 | 
						|
    <string>Open file...</string>
 | 
						|
   </property>
 | 
						|
   <property name="shortcut">
 | 
						|
    <string>Ctrl+O</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
  <action name="actSystemInfo">
 | 
						|
   <property name="text">
 | 
						|
    <string>&System Information</string>
 | 
						|
   </property>
 | 
						|
  </action>
 | 
						|
 </widget>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |