main.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1081</width>
  10. <height>730</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Citra</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>src/pcafe/res/icon3_64x64.ico</normaloff>src/pcafe/res/icon3_64x64.ico</iconset>
  19. </property>
  20. <property name="tabShape">
  21. <enum>QTabWidget::Rounded</enum>
  22. </property>
  23. <property name="dockNestingEnabled">
  24. <bool>true</bool>
  25. </property>
  26. <widget class="QWidget" name="centralwidget">
  27. <layout class="QHBoxLayout" name="horizontalLayout"/>
  28. </widget>
  29. <widget class="QMenuBar" name="menubar">
  30. <property name="geometry">
  31. <rect>
  32. <x>0</x>
  33. <y>0</y>
  34. <width>1081</width>
  35. <height>21</height>
  36. </rect>
  37. </property>
  38. <widget class="QMenu" name="menu_File">
  39. <property name="title">
  40. <string>&amp;File</string>
  41. </property>
  42. <addaction name="action_Load_File"/>
  43. <addaction name="action_Load_Symbol_Map"/>
  44. <addaction name="separator"/>
  45. <addaction name="action_Exit"/>
  46. </widget>
  47. <widget class="QMenu" name="menu_Emulation">
  48. <property name="title">
  49. <string>&amp;Emulation</string>
  50. </property>
  51. <addaction name="action_Start"/>
  52. <addaction name="action_Pause"/>
  53. <addaction name="action_Stop"/>
  54. <addaction name="separator"/>
  55. <addaction name="action_Configure"/>
  56. </widget>
  57. <widget class="QMenu" name="menu_View">
  58. <property name="title">
  59. <string>&amp;View</string>
  60. </property>
  61. <addaction name="action_Single_Window_Mode"/>
  62. <addaction name="actionDisplay_widget_title_bars"/>
  63. <addaction name="action_Hotkeys"/>
  64. </widget>
  65. <widget class="QMenu" name="menu_Help">
  66. <property name="title">
  67. <string>&amp;Help</string>
  68. </property>
  69. <addaction name="action_About"/>
  70. </widget>
  71. <addaction name="menu_File"/>
  72. <addaction name="menu_Emulation"/>
  73. <addaction name="menu_View"/>
  74. <addaction name="menu_Help"/>
  75. </widget>
  76. <widget class="QStatusBar" name="statusbar"/>
  77. <action name="action_Load_File">
  78. <property name="text">
  79. <string>Load File...</string>
  80. </property>
  81. </action>
  82. <action name="action_Load_Symbol_Map">
  83. <property name="text">
  84. <string>Load Symbol Map...</string>
  85. </property>
  86. </action>
  87. <action name="action_Exit">
  88. <property name="text">
  89. <string>E&amp;xit</string>
  90. </property>
  91. </action>
  92. <action name="action_Start">
  93. <property name="text">
  94. <string>&amp;Start</string>
  95. </property>
  96. </action>
  97. <action name="action_Pause">
  98. <property name="enabled">
  99. <bool>false</bool>
  100. </property>
  101. <property name="text">
  102. <string>&amp;Pause</string>
  103. </property>
  104. </action>
  105. <action name="action_Stop">
  106. <property name="enabled">
  107. <bool>false</bool>
  108. </property>
  109. <property name="text">
  110. <string>&amp;Stop</string>
  111. </property>
  112. </action>
  113. <action name="action_About">
  114. <property name="text">
  115. <string>About Citra</string>
  116. </property>
  117. </action>
  118. <action name="action_Single_Window_Mode">
  119. <property name="checkable">
  120. <bool>true</bool>
  121. </property>
  122. <property name="text">
  123. <string>Single Window Mode</string>
  124. </property>
  125. </action>
  126. <action name="action_Hotkeys">
  127. <property name="text">
  128. <string>Configure &amp;Hotkeys ...</string>
  129. </property>
  130. </action>
  131. <action name="action_Configure">
  132. <property name="text">
  133. <string>Configure ...</string>
  134. </property>
  135. </action>
  136. <action name="actionDisplay_widget_title_bars">
  137. <property name="checkable">
  138. <bool>true</bool>
  139. </property>
  140. <property name="text">
  141. <string>Display Dock Widget Headers</string>
  142. </property>
  143. </action>
  144. </widget>
  145. <resources/>
  146. <connections>
  147. <connection>
  148. <sender>action_Exit</sender>
  149. <signal>triggered()</signal>
  150. <receiver>MainWindow</receiver>
  151. <slot>close()</slot>
  152. <hints>
  153. <hint type="sourcelabel">
  154. <x>-1</x>
  155. <y>-1</y>
  156. </hint>
  157. <hint type="destinationlabel">
  158. <x>367</x>
  159. <y>314</y>
  160. </hint>
  161. </hints>
  162. </connection>
  163. <connection>
  164. <sender>action_Configure</sender>
  165. <signal>triggered()</signal>
  166. <receiver>MainWindow</receiver>
  167. <slot>OnConfigure()</slot>
  168. <hints>
  169. <hint type="sourcelabel">
  170. <x>-1</x>
  171. <y>-1</y>
  172. </hint>
  173. <hint type="destinationlabel">
  174. <x>540</x>
  175. <y>364</y>
  176. </hint>
  177. </hints>
  178. </connection>
  179. <connection>
  180. <sender>actionDisplay_widget_title_bars</sender>
  181. <signal>triggered(bool)</signal>
  182. <receiver>MainWindow</receiver>
  183. <slot>OnDisplayTitleBars(bool)</slot>
  184. <hints>
  185. <hint type="sourcelabel">
  186. <x>-1</x>
  187. <y>-1</y>
  188. </hint>
  189. <hint type="destinationlabel">
  190. <x>540</x>
  191. <y>364</y>
  192. </hint>
  193. </hints>
  194. </connection>
  195. </connections>
  196. <slots>
  197. <slot>OnConfigure()</slot>
  198. <slot>OnDisplayTitleBars(bool)</slot>
  199. </slots>
  200. </ui>