configure_graphics.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. <widget class="QCheckBox" name="toggle_framelimit">
  27. <property name="text">
  28. <string>Limit framerate</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QCheckBox" name="use_accurate_framebuffers">
  34. <property name="text">
  35. <string>Use accurate framebuffers (slow)</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <layout class="QHBoxLayout" name="horizontalLayout">
  41. <item>
  42. <widget class="QLabel" name="label">
  43. <property name="text">
  44. <string>Internal Resolution:(Currently does nothing.)</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QComboBox" name="resolution_factor_combobox">
  50. <item>
  51. <property name="text">
  52. <string>Auto (Window Size)</string>
  53. </property>
  54. </item>
  55. <item>
  56. <property name="text">
  57. <string>Native (1280x720)</string>
  58. </property>
  59. </item>
  60. <item>
  61. <property name="text">
  62. <string>2x Native (2560x1440)</string>
  63. </property>
  64. </item>
  65. <item>
  66. <property name="text">
  67. <string>3x Native (3840x2160)</string>
  68. </property>
  69. </item>
  70. <item>
  71. <property name="text">
  72. <string>4x Native (5120x2880)</string>
  73. </property>
  74. </item>
  75. </widget>
  76. </item>
  77. </layout>
  78. </item>
  79. </layout>
  80. </widget>
  81. </item>
  82. </layout>
  83. </item>
  84. <item>
  85. <spacer name="verticalSpacer">
  86. <property name="orientation">
  87. <enum>Qt::Vertical</enum>
  88. </property>
  89. <property name="sizeHint" stdset="0">
  90. <size>
  91. <width>20</width>
  92. <height>40</height>
  93. </size>
  94. </property>
  95. </spacer>
  96. </item>
  97. </layout>
  98. </widget>
  99. <resources/>
  100. <connections/>
  101. </ui>