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.

carla_settings_driver.ui 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>287</width>
  10. <height>152</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="1" column="0">
  47. <widget class="QLabel" name="label_numperiods">
  48. <property name="text">
  49. <string>Num periods:</string>
  50. </property>
  51. <property name="alignment">
  52. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="1" column="1">
  57. <widget class="QSpinBox" name="sb_numperiods">
  58. <property name="minimum">
  59. <number>2</number>
  60. </property>
  61. <property name="maximum">
  62. <number>3</number>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="2" column="0">
  67. <widget class="QLabel" name="label_buffersize">
  68. <property name="text">
  69. <string>Buffer size:</string>
  70. </property>
  71. <property name="alignment">
  72. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="2" column="1">
  77. <widget class="QComboBox" name="cb_buffersize"/>
  78. </item>
  79. <item row="3" column="0">
  80. <widget class="QLabel" name="label_samplerate">
  81. <property name="text">
  82. <string>Sample rate:</string>
  83. </property>
  84. <property name="alignment">
  85. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  86. </property>
  87. </widget>
  88. </item>
  89. <item row="3" column="1">
  90. <widget class="QComboBox" name="cb_samplerate"/>
  91. </item>
  92. <item row="4" column="0" colspan="3">
  93. <widget class="QDialogButtonBox" name="buttonBox">
  94. <property name="orientation">
  95. <enum>Qt::Horizontal</enum>
  96. </property>
  97. <property name="standardButtons">
  98. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  99. </property>
  100. </widget>
  101. </item>
  102. </layout>
  103. </widget>
  104. <resources/>
  105. <connections>
  106. <connection>
  107. <sender>buttonBox</sender>
  108. <signal>accepted()</signal>
  109. <receiver>DriverSettingsW</receiver>
  110. <slot>accept()</slot>
  111. <hints>
  112. <hint type="sourcelabel">
  113. <x>248</x>
  114. <y>254</y>
  115. </hint>
  116. <hint type="destinationlabel">
  117. <x>157</x>
  118. <y>274</y>
  119. </hint>
  120. </hints>
  121. </connection>
  122. <connection>
  123. <sender>buttonBox</sender>
  124. <signal>rejected()</signal>
  125. <receiver>DriverSettingsW</receiver>
  126. <slot>reject()</slot>
  127. <hints>
  128. <hint type="sourcelabel">
  129. <x>316</x>
  130. <y>260</y>
  131. </hint>
  132. <hint type="destinationlabel">
  133. <x>286</x>
  134. <y>274</y>
  135. </hint>
  136. </hints>
  137. </connection>
  138. </connections>
  139. </ui>