configure_graphics.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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>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_2">
  21. <property name="title">
  22. <string>API Settings</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_3">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_4">
  27. <item>
  28. <widget class="QLabel" name="label_2">
  29. <property name="text">
  30. <string>API:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QComboBox" name="api">
  36. <item>
  37. <property name="text">
  38. <string notr="true">OpenGL</string>
  39. </property>
  40. </item>
  41. <item>
  42. <property name="text">
  43. <string notr="true">Vulkan</string>
  44. </property>
  45. </item>
  46. </widget>
  47. </item>
  48. </layout>
  49. </item>
  50. <item>
  51. <layout class="QHBoxLayout" name="horizontalLayout_5">
  52. <item>
  53. <widget class="QLabel" name="label_3">
  54. <property name="text">
  55. <string>Device:</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QComboBox" name="device"/>
  61. </item>
  62. </layout>
  63. </item>
  64. </layout>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QGroupBox" name="groupBox">
  69. <property name="title">
  70. <string>Graphics Settings</string>
  71. </property>
  72. <layout class="QVBoxLayout" name="verticalLayout_4">
  73. <item>
  74. <widget class="QCheckBox" name="use_disk_shader_cache">
  75. <property name="text">
  76. <string>Use disk shader cache</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QCheckBox" name="use_asynchronous_gpu_emulation">
  82. <property name="text">
  83. <string>Use asynchronous GPU emulation</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <layout class="QHBoxLayout" name="horizontalLayout_6">
  89. <item>
  90. <widget class="QLabel" name="ar_label">
  91. <property name="text">
  92. <string>Aspect Ratio:</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QComboBox" name="aspect_ratio_combobox">
  98. <item>
  99. <property name="text">
  100. <string>Default (16:9)</string>
  101. </property>
  102. </item>
  103. <item>
  104. <property name="text">
  105. <string>Force 4:3</string>
  106. </property>
  107. </item>
  108. <item>
  109. <property name="text">
  110. <string>Force 21:9</string>
  111. </property>
  112. </item>
  113. <item>
  114. <property name="text">
  115. <string>Stretch to Window</string>
  116. </property>
  117. </item>
  118. </widget>
  119. </item>
  120. </layout>
  121. </item>
  122. <item>
  123. <layout class="QHBoxLayout" name="horizontalLayout_3">
  124. <item>
  125. <widget class="QLabel" name="bg_label">
  126. <property name="text">
  127. <string>Background Color:</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QPushButton" name="bg_button">
  133. <property name="maximumSize">
  134. <size>
  135. <width>40</width>
  136. <height>16777215</height>
  137. </size>
  138. </property>
  139. </widget>
  140. </item>
  141. </layout>
  142. </item>
  143. </layout>
  144. </widget>
  145. </item>
  146. </layout>
  147. </item>
  148. <item>
  149. <spacer name="verticalSpacer">
  150. <property name="orientation">
  151. <enum>Qt::Vertical</enum>
  152. </property>
  153. <property name="sizeHint" stdset="0">
  154. <size>
  155. <width>20</width>
  156. <height>40</height>
  157. </size>
  158. </property>
  159. </spacer>
  160. </item>
  161. </layout>
  162. </widget>
  163. <resources/>
  164. <connections/>
  165. </ui>