configure_graphics.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_3">
  19. <item>
  20. <widget class="QGroupBox" name="groupBox">
  21. <property name="title">
  22. <string>Graphics</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout_2">
  25. <item>
  26. <layout class="QHBoxLayout" name="horizontalLayout_2">
  27. <item>
  28. <widget class="QCheckBox" name="toggle_frame_limit">
  29. <property name="text">
  30. <string>Limit Speed Percent</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QSpinBox" name="frame_limit">
  36. <property name="suffix">
  37. <string>%</string>
  38. </property>
  39. <property name="minimum">
  40. <number>1</number>
  41. </property>
  42. <property name="maximum">
  43. <number>9999</number>
  44. </property>
  45. <property name="value">
  46. <number>100</number>
  47. </property>
  48. </widget>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <widget class="QCheckBox" name="use_accurate_gpu_emulation">
  54. <property name="text">
  55. <string>Use accurate GPU emulation (slow)</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <layout class="QHBoxLayout" name="horizontalLayout">
  61. <item>
  62. <widget class="QLabel" name="label">
  63. <property name="text">
  64. <string>Internal Resolution</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QComboBox" name="resolution_factor_combobox">
  70. <item>
  71. <property name="text">
  72. <string>Auto (Window Size)</string>
  73. </property>
  74. </item>
  75. <item>
  76. <property name="text">
  77. <string>Native (1280x720)</string>
  78. </property>
  79. </item>
  80. <item>
  81. <property name="text">
  82. <string>2x Native (2560x1440)</string>
  83. </property>
  84. </item>
  85. <item>
  86. <property name="text">
  87. <string>3x Native (3840x2160)</string>
  88. </property>
  89. </item>
  90. <item>
  91. <property name="text">
  92. <string>4x Native (5120x2880)</string>
  93. </property>
  94. </item>
  95. </widget>
  96. </item>
  97. </layout>
  98. </item>
  99. <item>
  100. <layout class="QHBoxLayout" name="horizontalLayout_6">
  101. <item>
  102. <widget class="QLabel" name="bg_label">
  103. <property name="text">
  104. <string>Background Color:</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QPushButton" name="bg_button">
  110. <property name="maximumSize">
  111. <size>
  112. <width>40</width>
  113. <height>16777215</height>
  114. </size>
  115. </property>
  116. </widget>
  117. </item>
  118. </layout>
  119. </item>
  120. </layout>
  121. </widget>
  122. </item>
  123. </layout>
  124. </item>
  125. <item>
  126. <spacer name="verticalSpacer">
  127. <property name="orientation">
  128. <enum>Qt::Vertical</enum>
  129. </property>
  130. <property name="sizeHint" stdset="0">
  131. <size>
  132. <width>20</width>
  133. <height>40</height>
  134. </size>
  135. </property>
  136. </spacer>
  137. </item>
  138. </layout>
  139. </widget>
  140. <resources/>
  141. <connections/>
  142. </ui>