configure_graphics.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_3">
  19. <item>
  20. <widget class="QGroupBox" name="groupBox">
  21. <property name="title">
  22. <string>Graphics</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_2">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_2">
  27. <item>
  28. <widget class="QCheckBox" name="toggle_frame_limit">
  29. <property name="text">
  30. <string>Limit Speed Percent</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QSpinBox" name="frame_limit">
  36. <property name="suffix">
  37. <string>%</string>
  38. </property>
  39. <property name="minimum">
  40. <number>1</number>
  41. </property>
  42. <property name="maximum">
  43. <number>9999</number>
  44. </property>
  45. <property name="value">
  46. <number>100</number>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <widget class="QCheckBox" name="use_disk_shader_cache">
  54. <property name="text">
  55. <string>Use disk shader cache</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QCheckBox" name="use_accurate_gpu_emulation">
  61. <property name="text">
  62. <string>Use accurate GPU emulation (slow)</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QCheckBox" name="use_asynchronous_gpu_emulation">
  68. <property name="text">
  69. <string>Use asynchronous GPU emulation</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QCheckBox" name="force_30fps_mode">
  75. <property name="text">
  76. <string>Force 30 FPS mode</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <layout class="QHBoxLayout" name="horizontalLayout">
  82. <item>
  83. <widget class="QLabel" name="label">
  84. <property name="text">
  85. <string>Internal Resolution</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QComboBox" name="resolution_factor_combobox">
  91. <item>
  92. <property name="text">
  93. <string>Auto (Window Size)</string>
  94. </property>
  95. </item>
  96. <item>
  97. <property name="text">
  98. <string>Native (1280x720)</string>
  99. </property>
  100. </item>
  101. <item>
  102. <property name="text">
  103. <string>2x Native (2560x1440)</string>
  104. </property>
  105. </item>
  106. <item>
  107. <property name="text">
  108. <string>3x Native (3840x2160)</string>
  109. </property>
  110. </item>
  111. <item>
  112. <property name="text">
  113. <string>4x Native (5120x2880)</string>
  114. </property>
  115. </item>
  116. </widget>
  117. </item>
  118. </layout>
  119. </item>
  120. <item>
  121. <layout class="QHBoxLayout" name="horizontalLayout_6">
  122. <item>
  123. <widget class="QLabel" name="bg_label">
  124. <property name="text">
  125. <string>Background Color:</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QPushButton" name="bg_button">
  131. <property name="maximumSize">
  132. <size>
  133. <width>40</width>
  134. <height>16777215</height>
  135. </size>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </item>
  141. </layout>
  142. </widget>
  143. </item>
  144. </layout>
  145. </item>
  146. <item>
  147. <spacer name="verticalSpacer">
  148. <property name="orientation">
  149. <enum>Qt::Vertical</enum>
  150. </property>
  151. <property name="sizeHint" stdset="0">
  152. <size>
  153. <width>20</width>
  154. <height>40</height>
  155. </size>
  156. </property>
  157. </spacer>
  158. </item>
  159. </layout>
  160. </widget>
  161. <resources/>
  162. <connections/>
  163. </ui>