configure_graphics_advanced.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. <widget class="QCheckBox" name="use_accurate_gpu_emulation">
  27. <property name="text">
  28. <string>Use accurate GPU emulation (slow)</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QCheckBox" name="use_vsync">
  34. <property name="toolTip">
  35. <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>
  36. </property>
  37. <property name="text">
  38. <string>Use VSync (OpenGL only)</string>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QCheckBox" name="force_30fps_mode">
  44. <property name="text">
  45. <string>Force 30 FPS mode</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <layout class="QHBoxLayout" name="horizontalLayout_1">
  51. <item>
  52. <widget class="QLabel" name="af_label">
  53. <property name="text">
  54. <string>Anisotropic Filtering:</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QComboBox" name="anisotropic_filtering_combobox">
  60. <item>
  61. <property name="text">
  62. <string>Default</string>
  63. </property>
  64. </item>
  65. <item>
  66. <property name="text">
  67. <string>2x</string>
  68. </property>
  69. </item>
  70. <item>
  71. <property name="text">
  72. <string>4x</string>
  73. </property>
  74. </item>
  75. <item>
  76. <property name="text">
  77. <string>8x</string>
  78. </property>
  79. </item>
  80. <item>
  81. <property name="text">
  82. <string>16x</string>
  83. </property>
  84. </item>
  85. </widget>
  86. </item>
  87. </layout>
  88. </item>
  89. </layout>
  90. </widget>
  91. </item>
  92. </layout>
  93. </item>
  94. <item>
  95. <spacer name="verticalSpacer">
  96. <property name="orientation">
  97. <enum>Qt::Vertical</enum>
  98. </property>
  99. <property name="sizeHint" stdset="0">
  100. <size>
  101. <width>20</width>
  102. <height>40</height>
  103. </size>
  104. </property>
  105. </spacer>
  106. </item>
  107. </layout>
  108. </widget>
  109. <resources/>
  110. <connections/>
  111. </ui>