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 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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>175</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.png</pixmap>
  133. </property>
  134. <property name="alignment">
  135. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  136. </property>
  137. </widget>
  138. </item>
  139. <item>
  140. <widget class="QLabel" name="label_23">
  141. <property name="text">
  142. <string>Restart the engine to load the new settings</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <spacer name="horizontalSpacer_21">
  148. <property name="orientation">
  149. <enum>Qt::Horizontal</enum>
  150. </property>
  151. <property name="sizeHint" stdset="0">
  152. <size>
  153. <width>40</width>
  154. <height>20</height>
  155. </size>
  156. </property>
  157. </spacer>
  158. </item>
  159. </layout>
  160. </item>
  161. </layout>
  162. </widget>
  163. <resources>
  164. <include location="../resources.qrc"/>
  165. </resources>
  166. <connections>
  167. <connection>
  168. <sender>buttonBox</sender>
  169. <signal>accepted()</signal>
  170. <receiver>DriverSettingsW</receiver>
  171. <slot>accept()</slot>
  172. <hints>
  173. <hint type="sourcelabel">
  174. <x>248</x>
  175. <y>254</y>
  176. </hint>
  177. <hint type="destinationlabel">
  178. <x>157</x>
  179. <y>274</y>
  180. </hint>
  181. </hints>
  182. </connection>
  183. <connection>
  184. <sender>buttonBox</sender>
  185. <signal>rejected()</signal>
  186. <receiver>DriverSettingsW</receiver>
  187. <slot>reject()</slot>
  188. <hints>
  189. <hint type="sourcelabel">
  190. <x>316</x>
  191. <y>260</y>
  192. </hint>
  193. <hint type="destinationlabel">
  194. <x>286</x>
  195. <y>274</y>
  196. </hint>
  197. </hints>
  198. </connection>
  199. </connections>
  200. </ui>