configure_cpu.ui 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureCpu</class>
  4. <widget class="QWidget" name="ConfigureCpu">
  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">
  17. <item>
  18. <layout class="QVBoxLayout">
  19. <item>
  20. <widget class="QGroupBox">
  21. <property name="title">
  22. <string>General</string>
  23. </property>
  24. <layout class="QVBoxLayout">
  25. <item>
  26. <layout class="QHBoxLayout">
  27. <item>
  28. <widget class="QLabel">
  29. <property name="text">
  30. <string>Accuracy:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QComboBox" name="accuracy">
  36. <item>
  37. <property name="text">
  38. <string>Accurate</string>
  39. </property>
  40. </item>
  41. <item>
  42. <property name="text">
  43. <string>Enable Debug Mode</string>
  44. </property>
  45. </item>
  46. </widget>
  47. </item>
  48. </layout>
  49. </item>
  50. <item>
  51. <widget class="QLabel">
  52. <property name="wordWrap">
  53. <bool>1</bool>
  54. </property>
  55. <property name="text">
  56. <string>We recommend setting accuracy to "Accurate".</string>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </widget>
  62. </item>
  63. </layout>
  64. </item>
  65. <item>
  66. <spacer name="verticalSpacer">
  67. <property name="orientation">
  68. <enum>Qt::Vertical</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>20</width>
  73. <height>40</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. <item>
  79. <widget class="QLabel" name="label_disable_info">
  80. <property name="text">
  81. <string>CPU settings are available only when game is not running.</string>
  82. </property>
  83. <property name="wordWrap">
  84. <bool>true</bool>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. <resources/>
  91. <connections/>
  92. </ui>