diff options
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 46d1b7a8..7ab27c09 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -1122,6 +1122,77 @@ application or system to determine if it should be used.</string> <string>The default HRTF to use if the application doesn't request one.</string> </property> </widget> + <widget class="QGroupBox" name="groupBox_9"> + <property name="geometry"> + <rect> + <x>50</x> + <y>90</y> + <width>441</width> + <height>81</height> + </rect> + </property> + <property name="title"> + <string>HRTF Quality</string> + </property> + <widget class="QLabel" name="label_31"> + <property name="geometry"> + <rect> + <x>20</x> + <y>30</y> + <width>51</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Speed</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_32"> + <property name="geometry"> + <rect> + <x>340</x> + <y>30</y> + <width>51</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Quality</string> + </property> + </widget> + <widget class="QSlider" name="hrtfqualitySlider"> + <property name="geometry"> + <rect> + <x>80</x> + <y>30</y> + <width>251</width> + <height>21</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="QLabel" name="hrtfqualityLabel"> + <property name="geometry"> + <rect> + <x>50</x> + <y>50</y> + <width>321</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Default</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </widget> </widget> <widget class="QWidget" name="tab"> <attribute name="title"> |