configure_graphics_advanced.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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>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_1">
  21. <property name="title">
  22. <string>Advanced Graphics Settings</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_3">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_2">
  27. <item>
  28. <widget class="QLabel" name="label_gpu_accuracy">
  29. <property name="text">
  30. <string>Accuracy Level:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QComboBox" name="gpu_accuracy">
  36. <item>
  37. <property name="text">
  38. <string notr="true">Normal</string>
  39. </property>
  40. </item>
  41. <item>
  42. <property name="text">
  43. <string notr="true">High</string>
  44. </property>
  45. </item>
  46. <item>
  47. <property name="text">
  48. <string notr="true">Extreme(very slow)</string>
  49. </property>
  50. </item>
  51. </widget>
  52. </item>
  53. </layout>
  54. </item>
  55. <item>
  56. <widget class="QCheckBox" name="use_vsync">
  57. <property name="toolTip">
  58. <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>
  59. </property>
  60. <property name="text">
  61. <string>Use VSync (OpenGL only)</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item>
  66. <widget class="QCheckBox" name="use_assembly_shaders">
  67. <property name="toolTip">
  68. <string>Enabling this reduces shader stutter. Enables OpenGL assembly shaders on supported Nvidia devices (NV_gpu_program5 is required). This feature is experimental.</string>
  69. </property>
  70. <property name="text">
  71. <string>Use assembly shaders (experimental, Nvidia OpenGL only)</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QCheckBox" name="use_asynchronous_shaders">
  77. <property name="toolTip">
  78. <string>Enables asynchronous shader compilation, which may reduce shader stutter. This feature is experimental.</string>
  79. </property>
  80. <property name="text">
  81. <string>Use asynchronous shader building (experimental, OpenGL or Assembly shaders only)</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QCheckBox" name="force_30fps_mode">
  87. <property name="text">
  88. <string>Force 30 FPS mode</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="QCheckBox" name="use_fast_gpu_time">
  94. <property name="text">
  95. <string>Use Fast GPU Time</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <layout class="QHBoxLayout" name="horizontalLayout_1">
  101. <item>
  102. <widget class="QLabel" name="af_label">
  103. <property name="text">
  104. <string>Anisotropic Filtering:</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QComboBox" name="anisotropic_filtering_combobox">
  110. <item>
  111. <property name="text">
  112. <string>Default</string>
  113. </property>
  114. </item>
  115. <item>
  116. <property name="text">
  117. <string>2x</string>
  118. </property>
  119. </item>
  120. <item>
  121. <property name="text">
  122. <string>4x</string>
  123. </property>
  124. </item>
  125. <item>
  126. <property name="text">
  127. <string>8x</string>
  128. </property>
  129. </item>
  130. <item>
  131. <property name="text">
  132. <string>16x</string>
  133. </property>
  134. </item>
  135. </widget>
  136. </item>
  137. </layout>
  138. </item>
  139. </layout>
  140. </widget>
  141. </item>
  142. </layout>
  143. </item>
  144. <item>
  145. <spacer name="verticalSpacer">
  146. <property name="orientation">
  147. <enum>Qt::Vertical</enum>
  148. </property>
  149. <property name="sizeHint" stdset="0">
  150. <size>
  151. <width>20</width>
  152. <height>40</height>
  153. </size>
  154. </property>
  155. </spacer>
  156. </item>
  157. </layout>
  158. </widget>
  159. <resources/>
  160. <connections/>
  161. </ui>