mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			1886 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1886 lines
		
	
	
		
			50 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>BFMDemodGUI</class>
 | |
|  <widget class="RollupWidget" name="BFMDemodGUI">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>798</width>
 | |
|     <height>472</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="sizePolicy">
 | |
|    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 | |
|     <horstretch>0</horstretch>
 | |
|     <verstretch>0</verstretch>
 | |
|    </sizepolicy>
 | |
|   </property>
 | |
|   <property name="minimumSize">
 | |
|    <size>
 | |
|     <width>642</width>
 | |
|     <height>0</height>
 | |
|    </size>
 | |
|   </property>
 | |
|   <property name="font">
 | |
|    <font>
 | |
|     <family>Liberation Sans</family>
 | |
|     <pointsize>9</pointsize>
 | |
|    </font>
 | |
|   </property>
 | |
|   <property name="focusPolicy">
 | |
|    <enum>Qt::WheelFocus</enum>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Broadcast FM Demod</string>
 | |
|   </property>
 | |
|   <property name="toolTip">
 | |
|    <string/>
 | |
|   </property>
 | |
|   <property name="statusTip">
 | |
|    <string>Broadcast FM Demod</string>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="settingsContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>20</y>
 | |
|      <width>642</width>
 | |
|      <height>151</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="minimumSize">
 | |
|     <size>
 | |
|      <width>640</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="deltaFreqiencyLayout">
 | |
|         <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>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>
 | |
|        </layout>
 | |
|       </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>
 | |
|        <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>
 | |
|         <item>
 | |
|          <widget class="QToolButton" name="audioStereo">
 | |
|           <property name="toolTip">
 | |
|            <string>Light: Pilot lock indicator Left: Mono/Stereo toggle Right: select audio device</string>
 | |
|           </property>
 | |
|           <property name="autoFillBackground">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <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="ButtonSwitch" name="lsbStereo">
 | |
|           <property name="toolTip">
 | |
|            <string>Use only LSB from stereo subcarrier </string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string/>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/lsb.png</normaloff>:/lsb.png</iconset>
 | |
|           </property>
 | |
|           <property name="checkable">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|           <property name="autoRaise">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="ButtonSwitch" name="showPilot">
 | |
|           <property name="toolTip">
 | |
|            <string>Toggle demod/pilot spectrum display</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string/>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/carrier.png</normaloff>:/carrier.png</iconset>
 | |
|           </property>
 | |
|           <property name="checkable">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|           <property name="autoRaise">
 | |
|            <bool>true</bool>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="pilotPower">
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>40</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Pilot power</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>-120.0</string>
 | |
|           </property>
 | |
|           <property name="alignment">
 | |
|            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="pilotPowerUnits">
 | |
|           <property name="text">
 | |
|            <string>dB</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="ButtonSwitch" name="rds">
 | |
|           <property name="toolTip">
 | |
|            <string>Toggle RDS subsystem activation</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>.</string>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/rds.png</normaloff>:/rds.png</iconset>
 | |
|           </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="Preferred">
 | |
|           <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="maximum">
 | |
|          <number>8</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>4</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>12.5kHz</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="afBandwidthLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="label_2">
 | |
|         <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>1</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>20</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>15</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>15 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>-100</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 class="QWidget" name="spectrumBox" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>560</y>
 | |
|      <width>311</width>
 | |
|      <height>151</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>Baseband Spectrum</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>
 | |
|      <widget class="GLSpectrum" name="glSpectrum" native="true">
 | |
|       <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 class="QWidget" name="rdsContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>170</y>
 | |
|      <width>791</width>
 | |
|      <height>301</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="minimumSize">
 | |
|     <size>
 | |
|      <width>640</width>
 | |
|      <height>0</height>
 | |
|     </size>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>RDS data</string>
 | |
|    </property>
 | |
|    <layout class="QVBoxLayout" name="rdsLayout">
 | |
|     <property name="spacing">
 | |
|      <number>3</number>
 | |
|     </property>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="reportLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="demodQLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Dem</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="demodQText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Demodulator (DBPSK) quality </string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0 %</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="sep1">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="decoderQLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if synchronized</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Dec</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="decoderQText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Decoder (sync) quality</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0 %</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="sep2">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="accumLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Acc</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="accumText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>60</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>60</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Sample symbol power</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0 dB</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="sep3">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="fclkLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Fclk</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="fclkText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>80</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>80</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Symbol clock frequency</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>1187.50 Hz</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="horizontalSpacer_2">
 | |
|         <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="QPushButton" name="clearData">
 | |
|         <property name="toolTip">
 | |
|          <string>Clear RDS data</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|           <normaloff>:/recycle.png</normaloff>:/recycle.png</iconset>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="Line" name="reportSeparator">
 | |
|       <property name="orientation">
 | |
|        <enum>Qt::Horizontal</enum>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QGridLayout" name="countersLayout">
 | |
|       <item row="0" column="0">
 | |
|        <widget class="QLabel" name="piCountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>PI</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="0">
 | |
|        <widget class="QLabel" name="piCountText">
 | |
|         <property name="toolTip">
 | |
|          <string>PI groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="1">
 | |
|        <widget class="QLabel" name="g00CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G00</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="1">
 | |
|        <widget class="QLabel" name="g00CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G0 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="4">
 | |
|        <widget class="QLabel" name="g03CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G03</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="2">
 | |
|        <widget class="QLabel" name="g01CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G01</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="2">
 | |
|        <widget class="QLabel" name="g01CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G1 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="3">
 | |
|        <widget class="QLabel" name="g02CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G02</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="3">
 | |
|        <widget class="QLabel" name="g02CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G2 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="9">
 | |
|        <widget class="QLabel" name="g08CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G08</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="8">
 | |
|        <widget class="QLabel" name="g07CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G07</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="4">
 | |
|        <widget class="QLabel" name="g03CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G3 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="5">
 | |
|        <widget class="QLabel" name="g04CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G04</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="5">
 | |
|        <widget class="QLabel" name="g04CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G4 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="6">
 | |
|        <widget class="QLabel" name="g05CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G05</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="6">
 | |
|        <widget class="QLabel" name="g05CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G5 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="7">
 | |
|        <widget class="QLabel" name="g06CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G06</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="7">
 | |
|        <widget class="QLabel" name="g06CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G6 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="8">
 | |
|        <widget class="QLabel" name="g07CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G7 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="9">
 | |
|        <widget class="QLabel" name="g08CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G8 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="10">
 | |
|        <widget class="QLabel" name="g09CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G09</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="10">
 | |
|        <widget class="QLabel" name="g09CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G9 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="0" column="11">
 | |
|        <widget class="QLabel" name="g14CountLabel">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>34</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G14</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item row="1" column="11">
 | |
|        <widget class="QLabel" name="g14CountText">
 | |
|         <property name="toolTip">
 | |
|          <string>G14 groups count</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="Line" name="countSeparator">
 | |
|       <property name="orientation">
 | |
|        <enum>Qt::Horizontal</enum>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="row1DataLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="piLabel">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>20</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if PI is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>PI</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row1Separator1">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="piText">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>PI hex code</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0000</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row1Separator2">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="piTPIndicator">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>20</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Traffic Program</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>TP</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="piType">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>100</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Program type</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>None</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="piCoverage">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>100</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Program coverage</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Local</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="horizontalSpacer_3">
 | |
|         <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="Line" name="row1Separator3">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g01Label">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 1 is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G01</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row1Separator4">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g01CountryCode">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>20</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Country code</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>__</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g01Language">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>100</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Language</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>___</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g01DHM">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>80</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Day Hour Minutes</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0d 00:00</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="row2DataLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g00Label">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 0 is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G00</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row2Separator1">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g00ProgServiceName">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>70</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Program Service Name</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>PSN</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row2Separator2">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g00TrafficAnnouncement">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>20</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Traffic Announcement</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>TA</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g00MusicSpeech">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Music/Speech</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Music</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g00MonoStereo">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Mono/Stereo</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Mono</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QComboBox" name="g00AltFrequenciesBox">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>70</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Alternate frequencies (MHz)</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="horizontalSpacer_4">
 | |
|         <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="Line" name="row2Separator6">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g03Label">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 3 updated is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G03</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row2Separator5">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g03Data">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>85</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Application Information data for Open Data</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>00A 0000 0000</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row2Separator7">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g09Label">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 9 is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G09</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row2Separator3">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g09Data">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>130</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Emergency Warning System raw data</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>00 0000 0000 00 0000</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="row4DataLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g02Label">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 2 is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G02</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row4Separator1">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="go2Text">
 | |
|         <property name="text">
 | |
|          <string>Radiotext</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="row3DataLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g04Label">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 4 is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G04</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row3Separator1">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g04Time">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>160</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>../../.. ..:..:..</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="g04Spacer">
 | |
|         <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="Line" name="row3Separator2">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g14Label">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>16777215</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 14 is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G14</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row3Separator3">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QComboBox" name="g14ProgServiceNames">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>120</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Stations (PI and Program service names)</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QComboBox" name="g14MappedFrequencies">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Station mapped frequencies</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QComboBox" name="g14AltFrequencies">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>50</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Station alternate frequencies</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="row5DataLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g08Label">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Lights if group 8 is updated</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>G08</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="row5Separator1">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g08Location">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Location code</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0000</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g08Extent">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>40</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Extent</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>+0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g08TMCEvent">
 | |
|         <property name="toolTip">
 | |
|          <string>TMC event</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>___</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g08Description">
 | |
|         <property name="toolTip">
 | |
|          <string>Description</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>___</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="g08Content">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>16777215</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Content</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>0</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>RollupWidget</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/rollupwidget.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>ButtonSwitch</class>
 | |
|    <extends>QToolButton</extends>
 | |
|    <header>gui/buttonswitch.h</header>
 | |
|   </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>
 | |
|  </customwidgets>
 | |
|  <resources>
 | |
|   <include location="../../../sdrgui/resources/res.qrc"/>
 | |
|  </resources>
 | |
|  <connections/>
 | |
| </ui>
 |