<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>512</width> <height>459</height> </rect> </property> <property name="windowTitle"> <string>ALSA Audio Options</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QStackedWidget" name="stackedWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="page"> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="label"> <property name="text"> <string>This is your current ~/.asoundrc file:</string> </property> </widget> </item> <item> <widget class="QTextBrowser" name="textBrowser"/> </item> </layout> </widget> <widget class="QWidget" name="page_2"> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Number of channels:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="spinBox"> <property name="minimum"> <number>2</number> </property> <property name="maximum"> <number>16</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Bridge tool:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="comboBox"> <item> <property name="text"> <string>alsa_in/out</string> </property> </item> <item> <property name="text"> <string>zita_a2j/j2a</string> </property> </item> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Dialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>255</x> <y>440</y> </hint> <hint type="destinationlabel"> <x>255</x> <y>229</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>Dialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>255</x> <y>440</y> </hint> <hint type="destinationlabel"> <x>255</x> <y>229</y> </hint> </hints> </connection> </connections> </ui>