mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			1265 lines
		
	
	
		
			33 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1265 lines
		
	
	
		
			33 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>ChirpChatDemodGUI</class>
 | |
|  <widget class="RollupContents" name="ChirpChatDemodGUI">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>579</width>
 | |
|     <height>680</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="minimumSize">
 | |
|    <size>
 | |
|     <width>532</width>
 | |
|     <height>680</height>
 | |
|    </size>
 | |
|   </property>
 | |
|   <property name="font">
 | |
|    <font>
 | |
|     <family>Liberation Sans</family>
 | |
|     <pointsize>9</pointsize>
 | |
|    </font>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>ChirpChat Demodulator</string>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="verticalLayoutWidget">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>0</x>
 | |
|      <y>10</y>
 | |
|      <width>571</width>
 | |
|      <height>91</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>RF/demod settings</string>
 | |
|    </property>
 | |
|    <layout class="QVBoxLayout" name="settingLayout">
 | |
|     <property name="spacing">
 | |
|      <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>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>
 | |
|        <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="QLabel" name="channelPower">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>60</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>De-chirped 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>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="bandwidthLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="bwLabel">
 | |
|         <property name="text">
 | |
|          <string>BW</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QSlider" name="BW">
 | |
|         <property name="toolTip">
 | |
|          <string>Bandwidth</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>0</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>10</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>5</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="BWText">
 | |
|         <property name="text">
 | |
|          <string>500000 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="QLabel" name="nLabel">
 | |
|         <property name="text">
 | |
|          <string>N</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="nText">
 | |
|         <property name="toolTip">
 | |
|          <string>De-chirped noise maximum power</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>-50.0</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="sLabel">
 | |
|         <property name="text">
 | |
|          <string>S</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="sText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>De-chirped signal maximum power</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>-50.0</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="snrLabel">
 | |
|         <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="snrText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>25</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>De-chirped Signal to Noise Ratio</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>-10.0</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="sUnits">
 | |
|         <property name="text">
 | |
|          <string>dB</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="fftLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="fftWindowLabel">
 | |
|         <property name="text">
 | |
|          <string>FFTW</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QComboBox" name="fftWindow">
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <family>Liberation Sans</family>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Bart</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>B-H</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>FT</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Ham</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Han</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Rec</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Kai</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>Black</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>B-H7</string>
 | |
|          </property>
 | |
|         </item>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_11">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="spreadLabel">
 | |
|         <property name="text">
 | |
|          <string>SF</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QSlider" name="Spread">
 | |
|         <property name="toolTip">
 | |
|          <string>Spreading factor</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>7</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>12</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>10</number>
 | |
|         </property>
 | |
|         <property name="sliderPosition">
 | |
|          <number>10</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="SpreadText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>20</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </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_9">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="deBitsLabel">
 | |
|         <property name="text">
 | |
|          <string>DE</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QSlider" name="deBits">
 | |
|         <property name="toolTip">
 | |
|          <string>Distance Enhancement bits i.e. log2 of number of FFT bins per effective sample</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>0</number>
 | |
|         </property>
 | |
|         <property name="sliderPosition">
 | |
|          <number>0</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="deBitsText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>15</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </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="line_10">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="preambleChirpsLabel">
 | |
|         <property name="text">
 | |
|          <string>Pre</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QSlider" name="preambleChirps">
 | |
|         <property name="toolTip">
 | |
|          <string>Expected number of preamble chirps</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>4</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>20</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>8</number>
 | |
|         </property>
 | |
|         <property name="sliderPosition">
 | |
|          <number>8</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="preambleChirpsText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>20</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>8</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </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>
 | |
|      </layout>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|   <widget class="QWidget" name="verticalLayoutWidget_2">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>0</x>
 | |
|      <y>100</y>
 | |
|      <width>572</width>
 | |
|      <height>301</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>Payload</string>
 | |
|    </property>
 | |
|    <layout class="QVBoxLayout" name="payloadLayout">
 | |
|     <property name="spacing">
 | |
|      <number>2</number>
 | |
|     </property>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="schemeLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="schemeLabel">
 | |
|         <property name="text">
 | |
|          <string>Scheme</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QComboBox" name="scheme">
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>LoRa</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>ASCII</string>
 | |
|          </property>
 | |
|         </item>
 | |
|         <item>
 | |
|          <property name="text">
 | |
|           <string>TTY</string>
 | |
|          </property>
 | |
|         </item>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QToolButton" name="mute">
 | |
|         <property name="toolTip">
 | |
|          <string>Run/Stop decoder</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|           <normaloff>:/stop.png</normaloff>
 | |
|           <normalon>:/play.png</normalon>:/stop.png</iconset>
 | |
|         </property>
 | |
|         <property name="checkable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="eomSquelchLabel">
 | |
|         <property name="text">
 | |
|          <string> EOM</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="eomSquelch">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>22</width>
 | |
|           <height>22</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>End Of Message squelch factor</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>40</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>121</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>60</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="eomSquelchText">
 | |
|         <property name="text">
 | |
|          <string>10.0</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="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="messageLengthLabel">
 | |
|         <property name="text">
 | |
|          <string>ML</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="messageLength">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>22</width>
 | |
|           <height>22</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Message (payload) length in number of symbols</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>8</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>255</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>127</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="messageLengthText">
 | |
|         <property name="text">
 | |
|          <string>255</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_3">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QCheckBox" name="messageLengthAuto">
 | |
|         <property name="toolTip">
 | |
|          <string>Set message length in symbols automatically to provided message length (LoRa only)</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>Auto</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>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="fecLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="loraLabel">
 | |
|         <property name="text">
 | |
|          <string>LoRa</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QCheckBox" name="header">
 | |
|         <property name="toolTip">
 | |
|          <string>Expect header (explicit) - disables manual FEC and CRC</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>HDR</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_4">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="fecParityLabel">
 | |
|         <property name="text">
 | |
|          <string>FEC</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="fecParity">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>22</width>
 | |
|           <height>22</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Number of FEC parity bits (0 to 4) for Hamming code</string>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>4</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="fecParityText">
 | |
|         <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="line_5">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QCheckBox" name="crc">
 | |
|         <property name="toolTip">
 | |
|          <string>CRC appended to payload</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>CRC</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_7">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="packetLength">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>22</width>
 | |
|           <height>22</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Payload packet length in number of bytes or characters</string>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>225</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>30</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="packetLengthLabel">
 | |
|         <property name="text">
 | |
|          <string>Pkt</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="packetLengthText">
 | |
|         <property name="text">
 | |
|          <string>255</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_6">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="nbCodewordsText">
 | |
|         <property name="toolTip">
 | |
|          <string>Number of codewords in the payload with header and CRC</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>---</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="symbolsCodewordsSeparator">
 | |
|         <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="nbSymbolsText">
 | |
|         <property name="toolTip">
 | |
|          <string>Number of symbols in the payload with header and CRC</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>---</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_8">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>5</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="headerCRCStatus">
 | |
|         <property name="toolTip">
 | |
|          <string>Header CRC status</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string> HC </string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="headerHammingStatus">
 | |
|         <property name="toolTip">
 | |
|          <string>Header FEC parity status</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string> HF </string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="payloadFECStatus">
 | |
|         <property name="toolTip">
 | |
|          <string>Payload FEC parity status</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string> FEC </string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="payloadCRCStatus">
 | |
|         <property name="toolTip">
 | |
|          <string>Payload CRC status</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string> CRC </string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="horizontalSpacer_5">
 | |
|         <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="textLayout">
 | |
|       <property name="leftMargin">
 | |
|        <number>6</number>
 | |
|       </property>
 | |
|       <property name="rightMargin">
 | |
|        <number>6</number>
 | |
|       </property>
 | |
|       <item>
 | |
|        <layout class="QVBoxLayout" name="messageLayout">
 | |
|         <item>
 | |
|          <widget class="QLabel" name="messageLabel">
 | |
|           <property name="text">
 | |
|            <string>Msg</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QPushButton" name="clear">
 | |
|           <property name="maximumSize">
 | |
|            <size>
 | |
|             <width>24</width>
 | |
|             <height>24</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Clear text</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string/>
 | |
|           </property>
 | |
|           <property name="icon">
 | |
|            <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|             <normaloff>:/sweep.png</normaloff>:/sweep.png</iconset>
 | |
|           </property>
 | |
|           <property name="autoDefault">
 | |
|            <bool>false</bool>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <spacer name="verticalSpacer_2">
 | |
|           <property name="orientation">
 | |
|            <enum>Qt::Vertical</enum>
 | |
|           </property>
 | |
|           <property name="sizeHint" stdset="0">
 | |
|            <size>
 | |
|             <width>20</width>
 | |
|             <height>40</height>
 | |
|            </size>
 | |
|           </property>
 | |
|          </spacer>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QPlainTextEdit" name="messageText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>0</width>
 | |
|           <height>200</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <family>Liberation Mono</family>
 | |
|           <pointsize>9</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="udpLayout">
 | |
|       <item>
 | |
|        <widget class="QCheckBox" name="udpSend">
 | |
|         <property name="toolTip">
 | |
|          <string>Send message via UDP</string>
 | |
|         </property>
 | |
|         <property name="layoutDirection">
 | |
|          <enum>Qt::RightToLeft</enum>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>UDP</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLineEdit" name="udpAddress">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>120</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="focusPolicy">
 | |
|          <enum>Qt::ClickFocus</enum>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Destination UDP address</string>
 | |
|         </property>
 | |
|         <property name="inputMask">
 | |
|          <string>000.000.000.000</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>127.0.0.1</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="udpSeparator">
 | |
|         <property name="text">
 | |
|          <string>:</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLineEdit" name="udpPort">
 | |
|         <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="focusPolicy">
 | |
|          <enum>Qt::ClickFocus</enum>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Destination UDP port</string>
 | |
|         </property>
 | |
|         <property name="inputMask">
 | |
|          <string>00000</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>9998</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <spacer name="horizontalSpacer_6">
 | |
|         <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>
 | |
|      <spacer name="verticalSpacer">
 | |
|       <property name="orientation">
 | |
|        <enum>Qt::Vertical</enum>
 | |
|       </property>
 | |
|       <property name="sizeHint" stdset="0">
 | |
|        <size>
 | |
|         <width>20</width>
 | |
|         <height>40</height>
 | |
|        </size>
 | |
|       </property>
 | |
|      </spacer>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|   <widget class="QWidget" name="spectrumContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>0</x>
 | |
|      <y>410</y>
 | |
|      <width>571</width>
 | |
|      <height>260</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="minimumSize">
 | |
|     <size>
 | |
|      <width>373</width>
 | |
|      <height>0</height>
 | |
|     </size>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>De-chirped 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>0</width>
 | |
|         <height>230</height>
 | |
|        </size>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="GLSpectrumGUI" name="spectrumGUI" native="true"/>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>RollupContents</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/rollupcontents.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>
 |