configure_graphics.ui 2.5 KB

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