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.

133 lines
3.6KB

  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="text">
  27. <string>Auto-connect to hardware ports</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QCheckBox" name="cb_jack_timemaster">
  33. <property name="text">
  34. <string>JACK Transport master</string>
  35. </property>
  36. </widget>
  37. </item>
  38. </layout>
  39. </widget>
  40. <widget class="QWidget" name="page_2">
  41. <layout class="QGridLayout" name="gridLayout">
  42. <item row="0" column="0">
  43. <widget class="QLabel" name="label">
  44. <property name="text">
  45. <string>Device:</string>
  46. </property>
  47. <property name="alignment">
  48. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="0" column="1">
  53. <widget class="QComboBox" name="cb_rtaudio_device"/>
  54. </item>
  55. <item row="1" column="0">
  56. <widget class="QLabel" name="label_2">
  57. <property name="text">
  58. <string>Buffer size:</string>
  59. </property>
  60. <property name="alignment">
  61. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  62. </property>
  63. </widget>
  64. </item>
  65. <item row="1" column="1">
  66. <widget class="QComboBox" name="cb_rtaudio_buffersize"/>
  67. </item>
  68. <item row="2" column="0">
  69. <widget class="QLabel" name="label_3">
  70. <property name="text">
  71. <string>Sample rate:</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="2" column="1">
  79. <widget class="QComboBox" name="cb_rtaudio_samplerate"/>
  80. </item>
  81. </layout>
  82. </widget>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QDialogButtonBox" name="buttonBox">
  87. <property name="orientation">
  88. <enum>Qt::Horizontal</enum>
  89. </property>
  90. <property name="standardButtons">
  91. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  92. </property>
  93. </widget>
  94. </item>
  95. </layout>
  96. </widget>
  97. <resources/>
  98. <connections>
  99. <connection>
  100. <sender>buttonBox</sender>
  101. <signal>accepted()</signal>
  102. <receiver>DriverSettingsW</receiver>
  103. <slot>accept()</slot>
  104. <hints>
  105. <hint type="sourcelabel">
  106. <x>248</x>
  107. <y>254</y>
  108. </hint>
  109. <hint type="destinationlabel">
  110. <x>157</x>
  111. <y>274</y>
  112. </hint>
  113. </hints>
  114. </connection>
  115. <connection>
  116. <sender>buttonBox</sender>
  117. <signal>rejected()</signal>
  118. <receiver>DriverSettingsW</receiver>
  119. <slot>reject()</slot>
  120. <hints>
  121. <hint type="sourcelabel">
  122. <x>316</x>
  123. <y>260</y>
  124. </hint>
  125. <hint type="destinationlabel">
  126. <x>286</x>
  127. <y>274</y>
  128. </hint>
  129. </hints>
  130. </connection>
  131. </connections>
  132. </ui>