diff options
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 105 |
1 files changed, 46 insertions, 59 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 05cf1a2e..ec4d12ea 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -215,67 +215,13 @@ to stereo output.</string> <property name="title"> <string>HRTF (Stereo only)</string> </property> - <widget class="QRadioButton" name="hrtfAutoButton"> - <property name="geometry"> - <rect> - <x>20</x> - <y>30</y> - <width>71</width> - <height>21</height> - </rect> - </property> - <property name="toolTip"> - <string>Allows applications to request HRTF mixing, or for HRTF -mixing to be enabled when headphones are detected.</string> - </property> - <property name="text"> - <string>Auto</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - <widget class="QRadioButton" name="hrtfDisableButton"> - <property name="geometry"> - <rect> - <x>20</x> - <y>70</y> - <width>71</width> - <height>21</height> - </rect> - </property> - <property name="toolTip"> - <string>Does not allow HRTF mixing, even when requested.</string> - </property> - <property name="text"> - <string>Disable</string> - </property> - </widget> - <widget class="QRadioButton" name="hrtfForceButton"> - <property name="geometry"> - <rect> - <x>20</x> - <y>50</y> - <width>71</width> - <height>21</height> - </rect> - </property> - <property name="toolTip"> - <string>Attempts to force HRTF mixing, even if applications request not -to do it. This may override the channel configuration and -sample rate.</string> - </property> - <property name="text"> - <string>Force</string> - </property> - </widget> <widget class="QListWidget" name="hrtfFileList"> <property name="geometry"> <rect> - <x>110</x> + <x>20</x> <y>30</y> - <width>301</width> - <height>141</height> + <width>391</width> + <height>121</height> </rect> </property> <property name="toolTip"> @@ -304,7 +250,7 @@ contain these markers, which will be replaced as needed: <widget class="QPushButton" name="hrtfAddButton"> <property name="geometry"> <rect> - <x>419</x> + <x>420</x> <y>30</y> <width>81</width> <height>25</height> @@ -325,7 +271,7 @@ contain these markers, which will be replaced as needed: <widget class="QPushButton" name="hrtfRemoveButton"> <property name="geometry"> <rect> - <x>419</x> + <x>420</x> <y>60</y> <width>81</width> <height>25</height> @@ -340,6 +286,47 @@ contain these markers, which will be replaced as needed: </iconset> </property> </widget> + <widget class="QComboBox" name="hrtfStateComboBox"> + <property name="geometry"> + <rect> + <x>110</x> + <y>160</y> + <width>161</width> + <height>22</height> + </rect> + </property> + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToContentsOnFirstShow</enum> + </property> + <item> + <property name="text"> + <string>Application preference</string> + </property> + </item> + <item> + <property name="text"> + <string>On</string> + </property> + </item> + <item> + <property name="text"> + <string>Off</string> + </property> + </item> + </widget> + <widget class="QLabel" name="label_15"> + <property name="geometry"> + <rect> + <x>30</x> + <y>160</y> + <width>71</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>HRTF Mode:</string> + </property> + </widget> </widget> <widget class="QGroupBox" name="groupBox_3"> <property name="geometry"> |