configure_tas.ui 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureTas</class>
  4. <widget class="QDialog" name="ConfigureTas">
  5. <layout class="QVBoxLayout" name="verticalLayout_1">
  6. <item>
  7. <layout class="QHBoxLayout" name="horizontalLayout_1">
  8. <item>
  9. <widget class="QGroupBox" name="groupBox_1">
  10. <property name="title">
  11. <string>TAS</string>
  12. </property>
  13. <layout class="QGridLayout" name="gridLayout_1">
  14. <item row="0" column="0" colspan="4">
  15. <widget class="QLabel" name="label_1">
  16. <property name="text">
  17. <string>Reads controller input from scripts in the same format as TAS-nx scripts.&lt;br/&gt;For a more detailed explanation please consult the FAQ on the yuzu website.</string>
  18. </property>
  19. </widget>
  20. </item>
  21. <item row="1" column="0" colspan="4">
  22. <widget class="QLabel" name="label_2">
  23. <property name="text">
  24. <string>To check which hotkeys control the playback/recording, please refer to the Hotkey settings (General -&gt; Hotkeys).</string>
  25. </property>
  26. <property name="wordWrap">
  27. <bool>true</bool>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="2" column="0" colspan="4">
  32. <widget class="QLabel" name="label_3">
  33. <property name="text">
  34. <string>WARNING: This is an experimental feature.&lt;br/&gt;It will not play back scripts frame perfectly with the current, imperfect syncing method.</string>
  35. </property>
  36. <property name="wordWrap">
  37. <bool>true</bool>
  38. </property>
  39. </widget>
  40. </item>
  41. </layout>
  42. </widget>
  43. </item>
  44. </layout>
  45. </item>
  46. <item>
  47. <layout class="QHBoxLayout" name="horizontalLayout_2">
  48. <item>
  49. <widget class="QGroupBox" name="groupBox_2">
  50. <property name="title">
  51. <string>Settings</string>
  52. </property>
  53. <layout class="QGridLayout" name="gridLayout_2">
  54. <item row="0" column="0" colspan="4">
  55. <widget class="QCheckBox" name="tas_enable">
  56. <property name="text">
  57. <string>Enable TAS features</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="1" column="0" colspan="4">
  62. <widget class="QCheckBox" name="tas_control_swap">
  63. <property name="text">
  64. <string>Automatic controller profile swapping</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="2" column="0" colspan="4">
  69. <widget class="QCheckBox" name="tas_loop_script">
  70. <property name="text">
  71. <string>Loop script</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item row="3" column="0" colspan="4">
  76. <widget class="QCheckBox" name="tas_pause_on_load">
  77. <property name="enabled">
  78. <bool>false</bool>
  79. </property>
  80. <property name="text">
  81. <string>Pause execution during loads</string>
  82. </property>
  83. </widget>
  84. </item>
  85. </layout>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. <item>
  91. <layout class="QHBoxLayout" name="horizontalLayout_3">
  92. <item>
  93. <widget class="QGroupBox" name="groupBox_3">
  94. <property name="title">
  95. <string>Script Directory</string>
  96. </property>
  97. <layout class="QGridLayout" name="gridLayout_3">
  98. <item row="0" column="0">
  99. <widget class="QLabel" name="label_4">
  100. <property name="text">
  101. <string>Path</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="0" column="3">
  106. <widget class="QToolButton" name="tas_path_button">
  107. <property name="text">
  108. <string>...</string>
  109. </property>
  110. </widget>
  111. </item>
  112. <item row="0" column="2">
  113. <widget class="QLineEdit" name="tas_path_edit"/>
  114. </item>
  115. </layout>
  116. </widget>
  117. </item>
  118. </layout>
  119. </item>
  120. <item>
  121. <spacer name="verticalSpacer">
  122. <property name="orientation">
  123. <enum>Qt::Vertical</enum>
  124. </property>
  125. <property name="sizeHint" stdset="0">
  126. <size>
  127. <width>20</width>
  128. <height>40</height>
  129. </size>
  130. </property>
  131. </spacer>
  132. </item>
  133. <item>
  134. <widget class="QDialogButtonBox" name="buttonBox">
  135. <property name="sizePolicy">
  136. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  137. <horstretch>0</horstretch>
  138. <verstretch>0</verstretch>
  139. </sizepolicy>
  140. </property>
  141. <property name="orientation">
  142. <enum>Qt::Horizontal</enum>
  143. </property>
  144. <property name="standardButtons">
  145. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  146. </property>
  147. </widget>
  148. </item>
  149. </layout>
  150. </widget>
  151. <resources/>
  152. <connections>
  153. <connection>
  154. <sender>buttonBox</sender>
  155. <signal>accepted()</signal>
  156. <receiver>ConfigureTas</receiver>
  157. <slot>accept()</slot>
  158. <hints>
  159. <hint type="sourcelabel">
  160. <x>20</x>
  161. <y>20</y>
  162. </hint>
  163. <hint type="destinationlabel">
  164. <x>20</x>
  165. <y>20</y>
  166. </hint>
  167. </hints>
  168. </connection>
  169. <connection>
  170. <sender>buttonBox</sender>
  171. <signal>rejected()</signal>
  172. <receiver>ConfigureTas</receiver>
  173. <slot>reject()</slot>
  174. <hints>
  175. <hint type="sourcelabel">
  176. <x>20</x>
  177. <y>20</y>
  178. </hint>
  179. <hint type="destinationlabel">
  180. <x>20</x>
  181. <y>20</y>
  182. </hint>
  183. </hints>
  184. </connection>
  185. </connections>
  186. </ui>