<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DriverSettingsW</class> <widget class="QDialog" name="DriverSettingsW"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>310</width> <height>136</height> </rect> </property> <property name="windowTitle"> <string>Driver Settings</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"> <item> <widget class="QCheckBox" name="cb_jack_autoconnect"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Auto-connect to hardware ports</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="cb_jack_timemaster"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>JACK Transport master</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>(JACK driver options not implemented yet)</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="page_2"> <layout class="QGridLayout" name="gridLayout"> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Sample rate:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Device:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="cb_rtaudio_device"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Buffer size:</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="cb_rtaudio_buffersize"/> </item> <item row="2" column="1"> <widget class="QComboBox" name="cb_rtaudio_samplerate"/> </item> <item row="0" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>DriverSettingsW</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>DriverSettingsW</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>