Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

204 lines
5.2KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DriverSettingsW</class>
  4. <widget class="QDialog" name="DriverSettingsW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>320</width>
  10. <height>205</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Driver Settings</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="label_device">
  19. <property name="text">
  20. <string>Device:</string>
  21. </property>
  22. <property name="alignment">
  23. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="0" column="1">
  28. <widget class="QComboBox" name="cb_device"/>
  29. </item>
  30. <item row="0" column="2">
  31. <spacer name="horizontalSpacer">
  32. <property name="orientation">
  33. <enum>Qt::Horizontal</enum>
  34. </property>
  35. <property name="sizeType">
  36. <enum>QSizePolicy::Fixed</enum>
  37. </property>
  38. <property name="sizeHint" stdset="0">
  39. <size>
  40. <width>40</width>
  41. <height>1</height>
  42. </size>
  43. </property>
  44. </spacer>
  45. </item>
  46. <item row="2" column="1">
  47. <widget class="QComboBox" name="cb_samplerate"/>
  48. </item>
  49. <item row="6" column="0" colspan="3">
  50. <widget class="QDialogButtonBox" name="buttonBox">
  51. <property name="orientation">
  52. <enum>Qt::Horizontal</enum>
  53. </property>
  54. <property name="standardButtons">
  55. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="1" column="0">
  60. <widget class="QLabel" name="label_buffersize">
  61. <property name="text">
  62. <string>Buffer size:</string>
  63. </property>
  64. <property name="alignment">
  65. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  66. </property>
  67. </widget>
  68. </item>
  69. <item row="1" column="1">
  70. <widget class="QComboBox" name="cb_buffersize"/>
  71. </item>
  72. <item row="2" column="0">
  73. <widget class="QLabel" name="label_samplerate">
  74. <property name="text">
  75. <string>Sample rate:</string>
  76. </property>
  77. <property name="alignment">
  78. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  79. </property>
  80. </widget>
  81. </item>
  82. <item row="3" column="0">
  83. <spacer name="horizontalSpacer_2">
  84. <property name="orientation">
  85. <enum>Qt::Horizontal</enum>
  86. </property>
  87. <property name="sizeType">
  88. <enum>QSizePolicy::Fixed</enum>
  89. </property>
  90. <property name="sizeHint" stdset="0">
  91. <size>
  92. <width>1</width>
  93. <height>1</height>
  94. </size>
  95. </property>
  96. </spacer>
  97. </item>
  98. <item row="3" column="1" colspan="2">
  99. <widget class="QCheckBox" name="cb_triple_buffer">
  100. <property name="text">
  101. <string>Triple buffer</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="4" column="0" colspan="3">
  106. <layout class="QHBoxLayout" name="horizontalLayout_13">
  107. <item>
  108. <spacer name="horizontalSpacer_20">
  109. <property name="orientation">
  110. <enum>Qt::Horizontal</enum>
  111. </property>
  112. <property name="sizeHint" stdset="0">
  113. <size>
  114. <width>40</width>
  115. <height>20</height>
  116. </size>
  117. </property>
  118. </spacer>
  119. </item>
  120. <item>
  121. <widget class="QLabel" name="label_22">
  122. <property name="maximumSize">
  123. <size>
  124. <width>22</width>
  125. <height>22</height>
  126. </size>
  127. </property>
  128. <property name="text">
  129. <string/>
  130. </property>
  131. <property name="pixmap">
  132. <pixmap resource="../resources.qrc">:/16x16/dialog-information.svgz</pixmap>
  133. </property>
  134. <property name="scaledContents">
  135. <bool>true</bool>
  136. </property>
  137. <property name="alignment">
  138. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QLabel" name="label_23">
  144. <property name="text">
  145. <string>Restart the engine to load the new settings</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item>
  150. <spacer name="horizontalSpacer_21">
  151. <property name="orientation">
  152. <enum>Qt::Horizontal</enum>
  153. </property>
  154. <property name="sizeHint" stdset="0">
  155. <size>
  156. <width>40</width>
  157. <height>20</height>
  158. </size>
  159. </property>
  160. </spacer>
  161. </item>
  162. </layout>
  163. </item>
  164. </layout>
  165. </widget>
  166. <resources>
  167. <include location="../resources.qrc"/>
  168. </resources>
  169. <connections>
  170. <connection>
  171. <sender>buttonBox</sender>
  172. <signal>accepted()</signal>
  173. <receiver>DriverSettingsW</receiver>
  174. <slot>accept()</slot>
  175. <hints>
  176. <hint type="sourcelabel">
  177. <x>248</x>
  178. <y>254</y>
  179. </hint>
  180. <hint type="destinationlabel">
  181. <x>157</x>
  182. <y>274</y>
  183. </hint>
  184. </hints>
  185. </connection>
  186. <connection>
  187. <sender>buttonBox</sender>
  188. <signal>rejected()</signal>
  189. <receiver>DriverSettingsW</receiver>
  190. <slot>reject()</slot>
  191. <hints>
  192. <hint type="sourcelabel">
  193. <x>316</x>
  194. <y>260</y>
  195. </hint>
  196. <hint type="destinationlabel">
  197. <x>286</x>
  198. <y>274</y>
  199. </hint>
  200. </hints>
  201. </connection>
  202. </connections>
  203. </ui>