mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			1006 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1006 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>SSBDemodGUI</class>
 | |
|  <widget class="RollupWidget" name="SSBDemodGUI">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>414</width>
 | |
|     <height>190</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="sizePolicy">
 | |
|    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | |
|     <horstretch>0</horstretch>
 | |
|     <verstretch>0</verstretch>
 | |
|    </sizepolicy>
 | |
|   </property>
 | |
|   <property name="minimumSize">
 | |
|    <size>
 | |
|     <width>414</width>
 | |
|     <height>0</height>
 | |
|    </size>
 | |
|   </property>
 | |
|   <property name="font">
 | |
|    <font>
 | |
|     <family>Liberation Sans</family>
 | |
|     <pointsize>9</pointsize>
 | |
|    </font>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>SSB Demodulator</string>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="settingsContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>0</x>
 | |
|      <y>0</y>
 | |
|      <width>412</width>
 | |
|      <height>181</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="minimumSize">
 | |
|     <size>
 | |
|      <width>412</width>
 | |
|      <height>0</height>
 | |
|     </size>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>Settings</string>
 | |
|    </property>
 | |
|    <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|     <property name="spacing">
 | |
|      <number>3</number>
 | |
|     </property>
 | |
|     <property name="leftMargin">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <property name="topMargin">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <property name="rightMargin">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <property name="bottomMargin">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="deltaFreqPowLayout">
 | |
|       <property name="topMargin">
 | |
|        <number>2</number>
 | |
|       </property>
 | |
|       <item>
 | |
|        <layout class="QHBoxLayout" name="deltaFrequencyLayout">
 | |
|         <item>
 | |
|          <widget class="QLabel" name="deltaFrequencyLabel">
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>16</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>Df</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="ValueDialZ" name="deltaFrequency" native="true">
 | |
|           <property name="sizePolicy">
 | |
|            <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
 | |
|             <horstretch>0</horstretch>
 | |
|             <verstretch>0</verstretch>
 | |
|            </sizepolicy>
 | |
|           </property>
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>125</width>
 | |
|             <height>16</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="font">
 | |
|            <font>
 | |
|             <family>Liberation Mono</family>
 | |
|             <pointsize>12</pointsize>
 | |
|            </font>
 | |
|           </property>
 | |
|           <property name="cursor">
 | |
|            <cursorShape>PointingHandCursor</cursorShape>
 | |
|           </property>
 | |
|           <property name="focusPolicy">
 | |
|            <enum>Qt::StrongFocus</enum>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Demod shift frequency from center in Hz</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="deltaUnits">
 | |
|           <property name="text">
 | |
|            <string> Hz </string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="freqPowSpacer">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|         <property name="sizeHint" stdset="0">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>20</height>
 | |
|          </size>
 | |
|         </property>
 | |
|        </spacer>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="channelPower">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>60</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Channel power</string>
 | |
|         </property>
 | |
|         <property name="layoutDirection">
 | |
|          <enum>Qt::RightToLeft</enum>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>-100.0 dB</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <layout class="QHBoxLayout" name="audioOptionsLayout">
 | |
|         <item>
 | |
|          <widget class="QToolButton" name="audioBinaural">
 | |
|           <property name="toolTip">
 | |
|            <string>Toggle btw Mono and Binaural I/Q audio</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>...</string>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/mono.png</normaloff>
 | |
|             <normalon>:/stereo.png</normalon>:/mono.png</iconset>
 | |
|           </property>
 | |
|           <property name="checkable">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QToolButton" name="audioFlipChannels">
 | |
|           <property name="toolTip">
 | |
|            <string>Flip left/right audio channels</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>...</string>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/flip_lr.png</normaloff>
 | |
|             <normalon>:/flip_rl.png</normalon>:/flip_lr.png</iconset>
 | |
|           </property>
 | |
|           <property name="checkable">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="Line" name="line_4">
 | |
|           <property name="orientation">
 | |
|            <enum>Qt::Vertical</enum>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QPushButton" name="flipSidebands">
 | |
|           <property name="toolTip">
 | |
|            <string>Flip sideband in SSB mode (LSB->USB or USB->LSB)</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string/>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/flip_sidebands.png</normaloff>:/flip_sidebands.png</iconset>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QToolButton" name="dsb">
 | |
|           <property name="toolTip">
 | |
|            <string>DSB/SSB toggle</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>...</string>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/usb.png</normaloff>
 | |
|             <normalon>:/dsb.png</normalon>:/usb.png</iconset>
 | |
|           </property>
 | |
|           <property name="checkable">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="channelPowerMeterLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="channelPowerMeterUnits">
 | |
|         <property name="text">
 | |
|          <string>dB</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="LevelMeterSignalDB" name="channelPowerMeter" native="true">
 | |
|         <property name="sizePolicy">
 | |
|          <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
 | |
|           <horstretch>0</horstretch>
 | |
|           <verstretch>0</verstretch>
 | |
|          </sizepolicy>
 | |
|         </property>
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>0</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <family>Liberation Mono</family>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="spanLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="spanLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Span</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QSlider" name="spanLog2">
 | |
|         <property name="toolTip">
 | |
|          <string>Demod frequency span</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>0</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>4</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>2</number>
 | |
|         </property>
 | |
|         <property name="sliderPosition">
 | |
|          <number>2</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="spanText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>6.0k</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="lowCutLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="lowCutLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Low cut</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="TickedSlider" name="lowCut">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Highpass filter cutoff frequency (SSB)</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>-60</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>60</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>3</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|         <property name="invertedAppearance">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|         <property name="tickPosition">
 | |
|          <enum>QSlider::NoTicks</enum>
 | |
|         </property>
 | |
|         <property name="tickInterval">
 | |
|          <number>5</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="lowCutText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0.3k</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="bqndwidthLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="BWLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Hi cut</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="TickedSlider" name="BW">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lowpass filter cutoff frequency</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>-60</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>60</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>30</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|         <property name="tickPosition">
 | |
|          <enum>QSlider::TicksBelow</enum>
 | |
|         </property>
 | |
|         <property name="tickInterval">
 | |
|          <number>5</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="BWText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>3.0k</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="scaleLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="scalePadLeft">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>10</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>f: </string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="scaleMinus">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>10</width>
 | |
|           <height>10</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>-</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="lsbLabel">
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>LSB</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="scaleCenter">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>12</width>
 | |
|           <height>10</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="usbLabel">
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>USB</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="scalePlus">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>10</width>
 | |
|           <height>10</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>+</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="scalePadRight">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>10</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="Line" name="line_3">
 | |
|       <property name="orientation">
 | |
|        <enum>Qt::Horizontal</enum>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="volumeLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="volumeLabel">
 | |
|         <property name="text">
 | |
|          <string>Vol</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="volume">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Audio volume in dB</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>-10</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>40</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="volumeText">
 | |
|         <property name="toolTip">
 | |
|          <string>Audio volume in dB</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>10</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_2">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="ButtonSwitch" name="agc">
 | |
|         <property name="toolTip">
 | |
|          <string>Toggle AGC</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>AGC</string>
 | |
|         </property>
 | |
|         <property name="checkable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="ButtonSwitch" name="agcClamping">
 | |
|         <property name="toolTip">
 | |
|          <string>Toggle AGC clamping to maximum allowable signal</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>CL</string>
 | |
|         </property>
 | |
|         <property name="checkable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="agcTimeLog2">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>AGC time constant (ms in log2 steps)</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>4</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>11</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>7</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="agcTimeText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>35</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>AGC time constant (ms)</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0000</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="agcPowerThreshold">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Power threshold (dB)</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>-120</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>0</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>-40</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="agcPowerThresholdText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>26</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Power threshold (dB)</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>-000</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="agcThresholdGate">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Power threshold gate (ms)</string>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>68</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>4</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="agcThresholdGateText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>22</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Power threshold gate (ms)</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>000</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="horizontalSpacer">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|         <property name="sizeHint" stdset="0">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>20</height>
 | |
|          </size>
 | |
|         </property>
 | |
|        </spacer>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QToolButton" name="audioMute">
 | |
|         <property name="toolTip">
 | |
|          <string>Mute/Unmute audio</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|           <normaloff>:/sound_on.png</normaloff>
 | |
|           <normalon>:/sound_off.png</normalon>:/sound_on.png</iconset>
 | |
|         </property>
 | |
|         <property name="checkable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|   <widget class="QWidget" name="spectrumContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>170</y>
 | |
|      <width>218</width>
 | |
|      <height>284</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>Channel Spectrum</string>
 | |
|    </property>
 | |
|    <layout class="QVBoxLayout" name="verticalLayout">
 | |
|     <property name="spacing">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <property name="leftMargin">
 | |
|      <number>3</number>
 | |
|     </property>
 | |
|     <property name="topMargin">
 | |
|      <number>3</number>
 | |
|     </property>
 | |
|     <property name="rightMargin">
 | |
|      <number>3</number>
 | |
|     </property>
 | |
|     <property name="bottomMargin">
 | |
|      <number>3</number>
 | |
|     </property>
 | |
|     <item>
 | |
|      <widget class="GLSpectrum" name="glSpectrum" native="true">
 | |
|       <property name="minimumSize">
 | |
|        <size>
 | |
|         <width>200</width>
 | |
|         <height>250</height>
 | |
|        </size>
 | |
|       </property>
 | |
|       <property name="font">
 | |
|        <font>
 | |
|         <family>Liberation Mono</family>
 | |
|         <pointsize>8</pointsize>
 | |
|        </font>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="GLSpectrumGUI" name="spectrumGUI" native="true"/>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>RollupWidget</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/rollupwidget.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>LevelMeterSignalDB</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/levelmeter.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>GLSpectrum</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/glspectrum.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>GLSpectrumGUI</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/glspectrumgui.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>ValueDialZ</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/valuedialz.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>ButtonSwitch</class>
 | |
|    <extends>QToolButton</extends>
 | |
|    <header>gui/buttonswitch.h</header>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>TickedSlider</class>
 | |
|    <extends>QSlider</extends>
 | |
|    <header>gui/tickedslider.h</header>
 | |
|   </customwidget>
 | |
|  </customwidgets>
 | |
|  <resources>
 | |
|   <include location="../../../sdrgui/resources/res.qrc"/>
 | |
|  </resources>
 | |
|  <connections/>
 | |
| </ui>
 |