Collection of tools useful for audio production
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.

134 lines
3.4KB

  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>512</width>
  10. <height>459</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>ALSA Audio Options</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. <property name="margin">
  25. <number>0</number>
  26. </property>
  27. <item>
  28. <widget class="QLabel" name="label">
  29. <property name="text">
  30. <string>This is your current ~/.asoundrc file:</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QTextBrowser" name="textBrowser"/>
  36. </item>
  37. </layout>
  38. </widget>
  39. <widget class="QWidget" name="page_2">
  40. <layout class="QGridLayout" name="gridLayout">
  41. <item row="0" column="0">
  42. <widget class="QLabel" name="label_2">
  43. <property name="text">
  44. <string>Number of channels:</string>
  45. </property>
  46. <property name="alignment">
  47. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="0" column="1">
  52. <widget class="QSpinBox" name="spinBox">
  53. <property name="minimum">
  54. <number>2</number>
  55. </property>
  56. <property name="maximum">
  57. <number>16</number>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="1" column="0">
  62. <widget class="QLabel" name="label_3">
  63. <property name="text">
  64. <string>Bridge tool:</string>
  65. </property>
  66. <property name="alignment">
  67. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="1" column="1">
  72. <widget class="QComboBox" name="comboBox">
  73. <item>
  74. <property name="text">
  75. <string>alsa_in/out</string>
  76. </property>
  77. </item>
  78. <item>
  79. <property name="text">
  80. <string>zita_a2j/j2a</string>
  81. </property>
  82. </item>
  83. </widget>
  84. </item>
  85. </layout>
  86. </widget>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QDialogButtonBox" name="buttonBox">
  91. <property name="standardButtons">
  92. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  93. </property>
  94. </widget>
  95. </item>
  96. </layout>
  97. </widget>
  98. <resources/>
  99. <connections>
  100. <connection>
  101. <sender>buttonBox</sender>
  102. <signal>accepted()</signal>
  103. <receiver>Dialog</receiver>
  104. <slot>accept()</slot>
  105. <hints>
  106. <hint type="sourcelabel">
  107. <x>255</x>
  108. <y>440</y>
  109. </hint>
  110. <hint type="destinationlabel">
  111. <x>255</x>
  112. <y>229</y>
  113. </hint>
  114. </hints>
  115. </connection>
  116. <connection>
  117. <sender>buttonBox</sender>
  118. <signal>rejected()</signal>
  119. <receiver>Dialog</receiver>
  120. <slot>reject()</slot>
  121. <hints>
  122. <hint type="sourcelabel">
  123. <x>255</x>
  124. <y>440</y>
  125. </hint>
  126. <hint type="destinationlabel">
  127. <x>255</x>
  128. <y>229</y>
  129. </hint>
  130. </hints>
  131. </connection>
  132. </connections>
  133. </ui>