configure_graphics.ui 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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="toogle_hw_renderer">
  27. <property name="text">
  28. <string>Enable hardware renderer</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QCheckBox" name="toogle_shader_jit">
  34. <property name="text">
  35. <string>Enable shader JIT</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QCheckBox" name="toogle_scaled_resolution">
  41. <property name="text">
  42. <string>Enable scaled resolution</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QCheckBox" name="toogle_vsync">
  48. <property name="text">
  49. <string>Enable V-Sync</string>
  50. </property>
  51. </widget>
  52. </item>
  53. </layout>
  54. </widget>
  55. </item>
  56. </layout>
  57. </item>
  58. <item>
  59. <spacer name="verticalSpacer">
  60. <property name="orientation">
  61. <enum>Qt::Vertical</enum>
  62. </property>
  63. <property name="sizeHint" stdset="0">
  64. <size>
  65. <width>20</width>
  66. <height>40</height>
  67. </size>
  68. </property>
  69. </spacer>
  70. </item>
  71. </layout>
  72. </widget>
  73. <resources/>
  74. <connections>
  75. <connection>
  76. <sender>toogle_gdbstub</sender>
  77. <signal>toggled(bool)</signal>
  78. <receiver>gdbport_spinbox</receiver>
  79. <slot>setEnabled(bool)</slot>
  80. <hints>
  81. <hint type="sourcelabel">
  82. <x>84</x>
  83. <y>157</y>
  84. </hint>
  85. <hint type="destinationlabel">
  86. <x>342</x>
  87. <y>158</y>
  88. </hint>
  89. </hints>
  90. </connection>
  91. </connections>
  92. </ui>