configure_graphics.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureGraphics</class>
  4. <widget class="QWidget" name="ConfigureGraphics">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>321</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_1">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_2">
  19. <item>
  20. <widget class="QGroupBox" name="groupBox_2">
  21. <property name="title">
  22. <string>API Settings</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_3">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_4">
  27. <item>
  28. <widget class="QLabel" name="label_2">
  29. <property name="text">
  30. <string>API:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QComboBox" name="api">
  36. <item>
  37. <property name="text">
  38. <string notr="true">OpenGL</string>
  39. </property>
  40. </item>
  41. <item>
  42. <property name="text">
  43. <string notr="true">Vulkan</string>
  44. </property>
  45. </item>
  46. </widget>
  47. </item>
  48. </layout>
  49. </item>
  50. <item>
  51. <layout class="QHBoxLayout" name="horizontalLayout_5">
  52. <item>
  53. <widget class="QLabel" name="label_3">
  54. <property name="text">
  55. <string>Device:</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QComboBox" name="device"/>
  61. </item>
  62. </layout>
  63. </item>
  64. </layout>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QGroupBox" name="groupBox">
  69. <property name="title">
  70. <string>Graphics Settings</string>
  71. </property>
  72. <layout class="QVBoxLayout" name="verticalLayout_4">
  73. <item>
  74. <widget class="QCheckBox" name="use_disk_shader_cache">
  75. <property name="text">
  76. <string>Use disk shader cache</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QCheckBox" name="use_asynchronous_gpu_emulation">
  82. <property name="text">
  83. <string>Use asynchronous GPU emulation</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QCheckBox" name="use_accurate_gpu_emulation">
  89. <property name="text">
  90. <string>Use accurate GPU emulation (slow)</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QCheckBox" name="force_30fps_mode">
  96. <property name="text">
  97. <string>Force 30 FPS mode</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <layout class="QHBoxLayout" name="horizontalLayout_2">
  103. <item>
  104. <widget class="QLabel" name="label">
  105. <property name="text">
  106. <string>Internal Resolution:</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QComboBox" name="resolution_factor_combobox">
  112. <item>
  113. <property name="text">
  114. <string>Auto (Window Size)</string>
  115. </property>
  116. </item>
  117. <item>
  118. <property name="text">
  119. <string>Native (1280x720)</string>
  120. </property>
  121. </item>
  122. <item>
  123. <property name="text">
  124. <string>2x Native (2560x1440)</string>
  125. </property>
  126. </item>
  127. <item>
  128. <property name="text">
  129. <string>3x Native (3840x2160)</string>
  130. </property>
  131. </item>
  132. <item>
  133. <property name="text">
  134. <string>4x Native (5120x2880)</string>
  135. </property>
  136. </item>
  137. </widget>
  138. </item>
  139. </layout>
  140. </item>
  141. <item>
  142. <layout class="QHBoxLayout" name="horizontalLayout_3">
  143. <item>
  144. <widget class="QLabel" name="bg_label">
  145. <property name="text">
  146. <string>Background Color:</string>
  147. </property>
  148. </widget>
  149. </item>
  150. <item>
  151. <widget class="QPushButton" name="bg_button">
  152. <property name="maximumSize">
  153. <size>
  154. <width>40</width>
  155. <height>16777215</height>
  156. </size>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </item>
  162. </layout>
  163. </widget>
  164. </item>
  165. </layout>
  166. </item>
  167. <item>
  168. <spacer name="verticalSpacer">
  169. <property name="orientation">
  170. <enum>Qt::Vertical</enum>
  171. </property>
  172. <property name="sizeHint" stdset="0">
  173. <size>
  174. <width>20</width>
  175. <height>40</height>
  176. </size>
  177. </property>
  178. </spacer>
  179. </item>
  180. </layout>
  181. </widget>
  182. <resources/>
  183. <connections/>
  184. </ui>