mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			543 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			543 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>AMDemodGUI</class>
 | 
						|
 <widget class="RollupContents" name="AMDemodGUI">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>360</width>
 | 
						|
    <height>155</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="sizePolicy">
 | 
						|
   <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 | 
						|
    <horstretch>0</horstretch>
 | 
						|
    <verstretch>0</verstretch>
 | 
						|
   </sizepolicy>
 | 
						|
  </property>
 | 
						|
  <property name="minimumSize">
 | 
						|
   <size>
 | 
						|
    <width>360</width>
 | 
						|
    <height>0</height>
 | 
						|
   </size>
 | 
						|
  </property>
 | 
						|
  <property name="maximumSize">
 | 
						|
   <size>
 | 
						|
    <width>560</width>
 | 
						|
    <height>16777215</height>
 | 
						|
   </size>
 | 
						|
  </property>
 | 
						|
  <property name="font">
 | 
						|
   <font>
 | 
						|
    <family>Liberation Sans</family>
 | 
						|
    <pointsize>9</pointsize>
 | 
						|
   </font>
 | 
						|
  </property>
 | 
						|
  <property name="focusPolicy">
 | 
						|
   <enum>Qt::StrongFocus</enum>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>AM Demodulator</string>
 | 
						|
  </property>
 | 
						|
  <widget class="QWidget" name="settingsContainer" native="true">
 | 
						|
   <property name="geometry">
 | 
						|
    <rect>
 | 
						|
     <x>0</x>
 | 
						|
     <y>0</y>
 | 
						|
     <width>358</width>
 | 
						|
     <height>151</height>
 | 
						|
    </rect>
 | 
						|
   </property>
 | 
						|
   <property name="minimumSize">
 | 
						|
    <size>
 | 
						|
     <width>358</width>
 | 
						|
     <height>0</height>
 | 
						|
    </size>
 | 
						|
   </property>
 | 
						|
   <property name="windowTitle">
 | 
						|
    <string>Settings</string>
 | 
						|
   </property>
 | 
						|
   <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
    <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="QComboBox" name="frequencyMode">
 | 
						|
          <property name="minimumSize">
 | 
						|
           <size>
 | 
						|
            <width>58</width>
 | 
						|
            <height>0</height>
 | 
						|
           </size>
 | 
						|
          </property>
 | 
						|
          <property name="maximumSize">
 | 
						|
           <size>
 | 
						|
            <width>40</width>
 | 
						|
            <height>16777215</height>
 | 
						|
           </size>
 | 
						|
          </property>
 | 
						|
          <property name="toolTip">
 | 
						|
           <string>Select frequency entry mode. Right click to snap makers to channel center</string>
 | 
						|
          </property>
 | 
						|
          <item>
 | 
						|
           <property name="text">
 | 
						|
            <string>Δf</string>
 | 
						|
           </property>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <property name="text">
 | 
						|
            <string>MW</string>
 | 
						|
           </property>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <property name="text">
 | 
						|
            <string>25k</string>
 | 
						|
           </property>
 | 
						|
          </item>
 | 
						|
          <item>
 | 
						|
           <property name="text">
 | 
						|
            <string>8.33k</string>
 | 
						|
           </property>
 | 
						|
          </item>
 | 
						|
         </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>32</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>
 | 
						|
        <item>
 | 
						|
         <widget class="Line" name="line">
 | 
						|
          <property name="orientation">
 | 
						|
           <enum>Qt::Vertical</enum>
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
        <item>
 | 
						|
         <widget class="QToolButton" name="pll">
 | 
						|
          <property name="toolTip">
 | 
						|
           <string>PLL for synchronous AM</string>
 | 
						|
          </property>
 | 
						|
          <property name="text">
 | 
						|
           <string/>
 | 
						|
          </property>
 | 
						|
          <property name="icon">
 | 
						|
           <iconset resource="../../../sdrgui/resources/res.qrc">
 | 
						|
            <normaloff>:/unlocked.png</normaloff>
 | 
						|
            <normalon>:/locked.png</normalon>:/unlocked.png</iconset>
 | 
						|
          </property>
 | 
						|
          <property name="checkable">
 | 
						|
           <bool>true</bool>
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
        <item>
 | 
						|
         <widget class="QToolButton" name="ssb">
 | 
						|
          <property name="toolTip">
 | 
						|
           <string>Synchronous AM SSB/DSB toggle right click to select side band</string>
 | 
						|
          </property>
 | 
						|
          <property name="text">
 | 
						|
           <string/>
 | 
						|
          </property>
 | 
						|
          <property name="icon">
 | 
						|
           <iconset resource="../../../sdrgui/resources/res.qrc">
 | 
						|
            <normaloff>:/dsb.png</normaloff>
 | 
						|
            <normalon>:/usb.png</normalon>:/dsb.png</iconset>
 | 
						|
          </property>
 | 
						|
          <property name="checkable">
 | 
						|
           <bool>true</bool>
 | 
						|
          </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>
 | 
						|
       </layout>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <layout class="QHBoxLayout" name="channelPowerLayout">
 | 
						|
        <item>
 | 
						|
         <widget class="QLabel" name="channelPower">
 | 
						|
          <property name="toolTip">
 | 
						|
           <string>Channel power</string>
 | 
						|
          </property>
 | 
						|
          <property name="layoutDirection">
 | 
						|
           <enum>Qt::RightToLeft</enum>
 | 
						|
          </property>
 | 
						|
          <property name="text">
 | 
						|
           <string>0.0</string>
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
        <item>
 | 
						|
         <widget class="QLabel" name="channelPowerUnits">
 | 
						|
          <property name="text">
 | 
						|
           <string> dB</string>
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
       </layout>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QToolButton" name="audioMute">
 | 
						|
        <property name="toolTip">
 | 
						|
         <string>Left: Mute/Unmute audio Right: view/select audio device</string>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>...</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>
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="signalLevelLayout">
 | 
						|
      <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>
 | 
						|
        <property name="toolTip">
 | 
						|
         <string>Level meter (dB) top trace: average, bottom trace: instantaneous peak, tip: peak hold</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="rfBandwidthLayout">
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="label">
 | 
						|
        <property name="text">
 | 
						|
         <string>RF BW</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QSlider" name="rfBW">
 | 
						|
        <property name="toolTip">
 | 
						|
         <string>Demodulator (RF) bandwidth</string>
 | 
						|
        </property>
 | 
						|
        <property name="minimum">
 | 
						|
         <number>10</number>
 | 
						|
        </property>
 | 
						|
        <property name="maximum">
 | 
						|
         <number>400</number>
 | 
						|
        </property>
 | 
						|
        <property name="pageStep">
 | 
						|
         <number>1</number>
 | 
						|
        </property>
 | 
						|
        <property name="value">
 | 
						|
         <number>50</number>
 | 
						|
        </property>
 | 
						|
        <property name="orientation">
 | 
						|
         <enum>Qt::Horizontal</enum>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="rfBWText">
 | 
						|
        <property name="minimumSize">
 | 
						|
         <size>
 | 
						|
          <width>50</width>
 | 
						|
          <height>0</height>
 | 
						|
         </size>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>5.0 kHz</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="bandpassEnable">
 | 
						|
        <property name="toolTip">
 | 
						|
         <string>Toggle boxcar bandpass filter with 300 Hz low cutoff</string>
 | 
						|
        </property>
 | 
						|
        <property name="icon">
 | 
						|
         <iconset resource="../../../sdrgui/resources/res.qrc">
 | 
						|
          <normaloff>:/filter_bandpass.png</normaloff>
 | 
						|
          <normalon>:/filter_bandpass.png</normalon>:/filter_bandpass.png</iconset>
 | 
						|
        </property>
 | 
						|
        <property name="checkable">
 | 
						|
         <bool>true</bool>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="afBWLabel">
 | 
						|
        <property name="text">
 | 
						|
         <string>AF BW</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QSlider" name="afBW">
 | 
						|
        <property name="toolTip">
 | 
						|
         <string>Audio bandwidth</string>
 | 
						|
        </property>
 | 
						|
        <property name="minimum">
 | 
						|
         <number>10</number>
 | 
						|
        </property>
 | 
						|
        <property name="maximum">
 | 
						|
         <number>400</number>
 | 
						|
        </property>
 | 
						|
        <property name="pageStep">
 | 
						|
         <number>1</number>
 | 
						|
        </property>
 | 
						|
        <property name="value">
 | 
						|
         <number>50</number>
 | 
						|
        </property>
 | 
						|
        <property name="orientation">
 | 
						|
         <enum>Qt::Horizontal</enum>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="afBWText">
 | 
						|
        <property name="minimumSize">
 | 
						|
         <size>
 | 
						|
          <width>50</width>
 | 
						|
          <height>0</height>
 | 
						|
         </size>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>5.0 kHz</string>
 | 
						|
        </property>
 | 
						|
        <property name="alignment">
 | 
						|
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="volumeLayout">
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="label_3">
 | 
						|
        <property name="text">
 | 
						|
         <string>Vol</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QSlider" name="volume">
 | 
						|
        <property name="toolTip">
 | 
						|
         <string>Volume</string>
 | 
						|
        </property>
 | 
						|
        <property name="maximum">
 | 
						|
         <number>100</number>
 | 
						|
        </property>
 | 
						|
        <property name="pageStep">
 | 
						|
         <number>1</number>
 | 
						|
        </property>
 | 
						|
        <property name="value">
 | 
						|
         <number>20</number>
 | 
						|
        </property>
 | 
						|
        <property name="orientation">
 | 
						|
         <enum>Qt::Horizontal</enum>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="volumeText">
 | 
						|
        <property name="minimumSize">
 | 
						|
         <size>
 | 
						|
          <width>50</width>
 | 
						|
          <height>0</height>
 | 
						|
         </size>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>2.0</string>
 | 
						|
        </property>
 | 
						|
        <property name="alignment">
 | 
						|
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <layout class="QHBoxLayout" name="squelchLayout">
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="label_4">
 | 
						|
        <property name="text">
 | 
						|
         <string>Sq</string>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QSlider" name="squelch">
 | 
						|
        <property name="toolTip">
 | 
						|
         <string>Squelch</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>
 | 
						|
        <property name="orientation">
 | 
						|
         <enum>Qt::Horizontal</enum>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <widget class="QLabel" name="squelchText">
 | 
						|
        <property name="minimumSize">
 | 
						|
         <size>
 | 
						|
          <width>50</width>
 | 
						|
          <height>0</height>
 | 
						|
         </size>
 | 
						|
        </property>
 | 
						|
        <property name="text">
 | 
						|
         <string>-40dB</string>
 | 
						|
        </property>
 | 
						|
        <property name="alignment">
 | 
						|
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | 
						|
        </property>
 | 
						|
       </widget>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
 </widget>
 | 
						|
 <customwidgets>
 | 
						|
  <customwidget>
 | 
						|
   <class>ButtonSwitch</class>
 | 
						|
   <extends>QToolButton</extends>
 | 
						|
   <header>gui/buttonswitch.h</header>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>RollupContents</class>
 | 
						|
   <extends>QWidget</extends>
 | 
						|
   <header>gui/rollupcontents.h</header>
 | 
						|
   <container>1</container>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>ValueDialZ</class>
 | 
						|
   <extends>QWidget</extends>
 | 
						|
   <header>gui/valuedialz.h</header>
 | 
						|
   <container>1</container>
 | 
						|
  </customwidget>
 | 
						|
  <customwidget>
 | 
						|
   <class>LevelMeterSignalDB</class>
 | 
						|
   <extends>QWidget</extends>
 | 
						|
   <header>gui/levelmeter.h</header>
 | 
						|
   <container>1</container>
 | 
						|
  </customwidget>
 | 
						|
 </customwidgets>
 | 
						|
 <resources>
 | 
						|
  <include location="../../../sdrgui/resources/res.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |