configure_graphics_advanced.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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="force_30fps_mode">
  67. <property name="text">
  68. <string>Force 30 FPS mode</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QCheckBox" name="use_fast_gpu_time">
  74. <property name="text">
  75. <string>Use Fast GPU Time</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <layout class="QHBoxLayout" name="horizontalLayout_1">
  81. <item>
  82. <widget class="QLabel" name="af_label">
  83. <property name="text">
  84. <string>Anisotropic Filtering:</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QComboBox" name="anisotropic_filtering_combobox">
  90. <item>
  91. <property name="text">
  92. <string>Default</string>
  93. </property>
  94. </item>
  95. <item>
  96. <property name="text">
  97. <string>2x</string>
  98. </property>
  99. </item>
  100. <item>
  101. <property name="text">
  102. <string>4x</string>
  103. </property>
  104. </item>
  105. <item>
  106. <property name="text">
  107. <string>8x</string>
  108. </property>
  109. </item>
  110. <item>
  111. <property name="text">
  112. <string>16x</string>
  113. </property>
  114. </item>
  115. </widget>
  116. </item>
  117. </layout>
  118. </item>
  119. </layout>
  120. </widget>
  121. </item>
  122. </layout>
  123. </item>
  124. <item>
  125. <spacer name="verticalSpacer">
  126. <property name="orientation">
  127. <enum>Qt::Vertical</enum>
  128. </property>
  129. <property name="sizeHint" stdset="0">
  130. <size>
  131. <width>20</width>
  132. <height>40</height>
  133. </size>
  134. </property>
  135. </spacer>
  136. </item>
  137. </layout>
  138. </widget>
  139. <resources/>
  140. <connections/>
  141. </ui>