diff options
author | Raulshc <[email protected]> | 2018-05-20 17:27:37 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-05-20 17:27:37 +0200 |
commit | da6f32a1c0fd89e19a09f24f03cae23df65ac91e (patch) | |
tree | e341cfd61bfc0950e015b3023db8d0a34cdbdfb7 /utils/alsoft-config/mainwindow.ui | |
parent | d3a81f4f28484b246084a5ec5cac5619adcfa819 (diff) |
Alsoft-config: Add frequency shifter effect
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index ef886ba4..bc112157 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -2124,6 +2124,22 @@ added by the ALC_EXT_DEDICATED extension.</string> <bool>true</bool> </property> </widget> + <widget class="QCheckBox" name="enableFrequencyShifterCheck"> + <property name="geometry"> + <rect> + <x>320</x> + <y>180</y> + <width>131</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string>Frequency Shifter</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> </widget> <widget class="QLabel" name="label_13"> <property name="geometry"> |