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_driver.ui 1.6KB

12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QComboBox" name="comboBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>210</x>
  20. <y>30</y>
  21. <width>64</width>
  22. <height>24</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QComboBox" name="comboBox_2">
  27. <property name="geometry">
  28. <rect>
  29. <x>210</x>
  30. <y>70</y>
  31. <width>64</width>
  32. <height>24</height>
  33. </rect>
  34. </property>
  35. </widget>
  36. <widget class="QLabel" name="label">
  37. <property name="geometry">
  38. <rect>
  39. <x>90</x>
  40. <y>30</y>
  41. <width>111</width>
  42. <height>20</height>
  43. </rect>
  44. </property>
  45. <property name="text">
  46. <string>Preferred buffer size:</string>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="label_2">
  50. <property name="geometry">
  51. <rect>
  52. <x>90</x>
  53. <y>80</y>
  54. <width>111</width>
  55. <height>16</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>Preferred sample rate:</string>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="pushButton">
  63. <property name="geometry">
  64. <rect>
  65. <x>150</x>
  66. <y>110</y>
  67. <width>131</width>
  68. <height>51</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>Show Control Panel</string>
  73. </property>
  74. </widget>
  75. </widget>
  76. <resources/>
  77. <connections/>
  78. </ui>