diff options
author | Chris Robinson <[email protected]> | 2016-07-31 08:03:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-31 08:03:26 -0700 |
commit | 2dd27568903033dfb017aaa85b53c6fa4abfd0de (patch) | |
tree | e20387a3d4dfa9c5f38718579c6d6e8f3068a482 /utils/alsoft-config/mainwindow.ui | |
parent | 4bcd2fbb2e79419c9b0973b7587df47d20004a5f (diff) |
Handle ambi-format with alsoft-config
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 0606d08c..0356d491 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -461,6 +461,29 @@ Pair-Wise uses standard pair-wise panning between <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> + <widget class="QLabel" name="label_30"> + <property name="geometry"> + <rect> + <x>270</x> + <y>130</y> + <width>111</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Ambisonic Format:</string> + </property> + </widget> + <widget class="QComboBox" name="ambiFormatComboBox"> + <property name="geometry"> + <rect> + <x>390</x> + <y>130</y> + <width>131</width> + <height>22</height> + </rect> + </property> + </widget> </widget> <widget class="QGroupBox" name="groupBox_4"> <property name="geometry"> |