configure_graphics_advanced.ui 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureGraphicsAdvanced</class>
  4. <widget class="QWidget" name="ConfigureGraphicsAdvanced">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>404</width>
  10. <height>321</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="accessibleName">
  17. <string>Advanced</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout_1">
  20. <item>
  21. <layout class="QVBoxLayout" name="verticalLayout_2">
  22. <item>
  23. <widget class="QGroupBox" name="groupBox_1">
  24. <property name="title">
  25. <string>Advanced Graphics Settings</string>
  26. </property>
  27. <layout class="QVBoxLayout" name="verticalLayout_3">
  28. <item>
  29. <widget class="QWidget" name="gpu_accuracy_layout" native="true">
  30. <layout class="QHBoxLayout" name="horizontalLayout_2">
  31. <property name="leftMargin">
  32. <number>0</number>
  33. </property>
  34. <property name="topMargin">
  35. <number>0</number>
  36. </property>
  37. <property name="rightMargin">
  38. <number>0</number>
  39. </property>
  40. <property name="bottomMargin">
  41. <number>0</number>
  42. </property>
  43. <item>
  44. <widget class="QLabel" name="label_gpu_accuracy">
  45. <property name="text">
  46. <string>Accuracy Level:</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QComboBox" name="gpu_accuracy">
  52. <item>
  53. <property name="text">
  54. <string notr="true">Normal</string>
  55. </property>
  56. </item>
  57. <item>
  58. <property name="text">
  59. <string notr="true">High</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string notr="true">Extreme(very slow)</string>
  65. </property>
  66. </item>
  67. </widget>
  68. </item>
  69. </layout>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QCheckBox" name="use_vsync">
  74. <property name="toolTip">
  75. <string>VSync prevents the screen from tearing, but some graphics cards have lower performance with VSync enabled. Keep it enabled if you don't notice a performance difference.</string>
  76. </property>
  77. <property name="text">
  78. <string>Use VSync</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QCheckBox" name="use_asynchronous_shaders">
  84. <property name="toolTip">
  85. <string>Enables asynchronous shader compilation, which may reduce shader stutter. This feature is experimental.</string>
  86. </property>
  87. <property name="text">
  88. <string>Use asynchronous shader building (Hack)</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="QCheckBox" name="use_fast_gpu_time">
  94. <property name="toolTip">
  95. <string>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</string>
  96. </property>
  97. <property name="text">
  98. <string>Use Fast GPU Time (Hack)</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QCheckBox" name="use_pessimistic_flushes">
  104. <property name="toolTip">
  105. <string>Enables pessimistic buffer flushes. This option will force unmodified buffers to be flushed, which can cost performance.</string>
  106. </property>
  107. <property name="text">
  108. <string>Use pessimistic buffer flushes (Hack)</string>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QCheckBox" name="use_vulkan_driver_pipeline_cache">
  114. <property name="toolTip">
  115. <string>Enables GPU vendor-specific pipeline cache. This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files automatically.</string>
  116. </property>
  117. <property name="text">
  118. <string>Use Vulkan pipeline cache (Hack)</string>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QWidget" name="af_layout" native="true">
  124. <layout class="QHBoxLayout" name="horizontalLayout_1">
  125. <property name="leftMargin">
  126. <number>0</number>
  127. </property>
  128. <property name="topMargin">
  129. <number>0</number>
  130. </property>
  131. <property name="rightMargin">
  132. <number>0</number>
  133. </property>
  134. <property name="bottomMargin">
  135. <number>0</number>
  136. </property>
  137. <item>
  138. <widget class="QLabel" name="af_label">
  139. <property name="text">
  140. <string>Anisotropic Filtering:</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QComboBox" name="anisotropic_filtering_combobox">
  146. <item>
  147. <property name="text">
  148. <string>Automatic</string>
  149. </property>
  150. </item>
  151. <item>
  152. <property name="text">
  153. <string>Default</string>
  154. </property>
  155. </item>
  156. <item>
  157. <property name="text">
  158. <string>2x</string>
  159. </property>
  160. </item>
  161. <item>
  162. <property name="text">
  163. <string>4x</string>
  164. </property>
  165. </item>
  166. <item>
  167. <property name="text">
  168. <string>8x</string>
  169. </property>
  170. </item>
  171. <item>
  172. <property name="text">
  173. <string>16x</string>
  174. </property>
  175. </item>
  176. </widget>
  177. </item>
  178. </layout>
  179. </widget>
  180. </item>
  181. </layout>
  182. </widget>
  183. </item>
  184. </layout>
  185. </item>
  186. <item>
  187. <spacer name="verticalSpacer">
  188. <property name="orientation">
  189. <enum>Qt::Vertical</enum>
  190. </property>
  191. <property name="sizeHint" stdset="0">
  192. <size>
  193. <width>20</width>
  194. <height>40</height>
  195. </size>
  196. </property>
  197. </spacer>
  198. </item>
  199. </layout>
  200. </widget>
  201. <resources/>
  202. <connections/>
  203. </ui>