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.

165 lines
4.5KB

  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>310</width>
  10. <height>136</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Driver Settings</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QStackedWidget" name="stackedWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <widget class="QWidget" name="page">
  23. <layout class="QVBoxLayout" name="verticalLayout_2">
  24. <item>
  25. <widget class="QCheckBox" name="cb_jack_autoconnect">
  26. <property name="enabled">
  27. <bool>false</bool>
  28. </property>
  29. <property name="text">
  30. <string>Auto-connect to hardware ports</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QCheckBox" name="cb_jack_timemaster">
  36. <property name="enabled">
  37. <bool>false</bool>
  38. </property>
  39. <property name="text">
  40. <string>JACK Transport master</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <widget class="QLabel" name="label_4">
  46. <property name="text">
  47. <string>(JACK driver options not implemented yet)</string>
  48. </property>
  49. <property name="alignment">
  50. <set>Qt::AlignCenter</set>
  51. </property>
  52. </widget>
  53. </item>
  54. </layout>
  55. </widget>
  56. <widget class="QWidget" name="page_2">
  57. <layout class="QGridLayout" name="gridLayout">
  58. <item row="2" column="0">
  59. <widget class="QLabel" name="label_3">
  60. <property name="text">
  61. <string>Sample rate:</string>
  62. </property>
  63. <property name="alignment">
  64. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="0" column="0">
  69. <widget class="QLabel" name="label">
  70. <property name="text">
  71. <string>Device:</string>
  72. </property>
  73. <property name="alignment">
  74. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="0" column="1">
  79. <widget class="QComboBox" name="cb_rtaudio_device"/>
  80. </item>
  81. <item row="1" column="0">
  82. <widget class="QLabel" name="label_2">
  83. <property name="text">
  84. <string>Buffer size:</string>
  85. </property>
  86. <property name="alignment">
  87. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="1" column="1">
  92. <widget class="QComboBox" name="cb_rtaudio_buffersize"/>
  93. </item>
  94. <item row="2" column="1">
  95. <widget class="QComboBox" name="cb_rtaudio_samplerate"/>
  96. </item>
  97. <item row="0" column="2">
  98. <spacer name="horizontalSpacer">
  99. <property name="orientation">
  100. <enum>Qt::Horizontal</enum>
  101. </property>
  102. <property name="sizeType">
  103. <enum>QSizePolicy::Fixed</enum>
  104. </property>
  105. <property name="sizeHint" stdset="0">
  106. <size>
  107. <width>20</width>
  108. <height>20</height>
  109. </size>
  110. </property>
  111. </spacer>
  112. </item>
  113. </layout>
  114. </widget>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QDialogButtonBox" name="buttonBox">
  119. <property name="orientation">
  120. <enum>Qt::Horizontal</enum>
  121. </property>
  122. <property name="standardButtons">
  123. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  124. </property>
  125. </widget>
  126. </item>
  127. </layout>
  128. </widget>
  129. <resources/>
  130. <connections>
  131. <connection>
  132. <sender>buttonBox</sender>
  133. <signal>accepted()</signal>
  134. <receiver>DriverSettingsW</receiver>
  135. <slot>accept()</slot>
  136. <hints>
  137. <hint type="sourcelabel">
  138. <x>248</x>
  139. <y>254</y>
  140. </hint>
  141. <hint type="destinationlabel">
  142. <x>157</x>
  143. <y>274</y>
  144. </hint>
  145. </hints>
  146. </connection>
  147. <connection>
  148. <sender>buttonBox</sender>
  149. <signal>rejected()</signal>
  150. <receiver>DriverSettingsW</receiver>
  151. <slot>reject()</slot>
  152. <hints>
  153. <hint type="sourcelabel">
  154. <x>316</x>
  155. <y>260</y>
  156. </hint>
  157. <hint type="destinationlabel">
  158. <x>286</x>
  159. <y>274</y>
  160. </hint>
  161. </hints>
  162. </connection>
  163. </connections>
  164. </ui>