mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			721 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			721 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>FileSourceGUI</class>
 | |
|  <widget class="RollupWidget" name="FileSourceGUI">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>382</width>
 | |
|     <height>228</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="sizePolicy">
 | |
|    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | |
|     <horstretch>0</horstretch>
 | |
|     <verstretch>0</verstretch>
 | |
|    </sizepolicy>
 | |
|   </property>
 | |
|   <property name="minimumSize">
 | |
|    <size>
 | |
|     <width>382</width>
 | |
|     <height>140</height>
 | |
|    </size>
 | |
|   </property>
 | |
|   <property name="font">
 | |
|    <font>
 | |
|     <family>Liberation Sans</family>
 | |
|     <pointsize>9</pointsize>
 | |
|    </font>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>File source</string>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="settingsContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>0</x>
 | |
|      <y>0</y>
 | |
|      <width>380</width>
 | |
|      <height>221</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="minimumSize">
 | |
|     <size>
 | |
|      <width>380</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="QVBoxLayout" name="interpolationLayer">
 | |
|       <property name="spacing">
 | |
|        <number>3</number>
 | |
|       </property>
 | |
|       <item>
 | |
|        <layout class="QHBoxLayout" name="interpolationStageLayer">
 | |
|         <item>
 | |
|          <widget class="QLabel" name="interpolationLabel">
 | |
|           <property name="text">
 | |
|            <string>Int</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QComboBox" name="interpolationFactor">
 | |
|           <property name="maximumSize">
 | |
|            <size>
 | |
|             <width>55</width>
 | |
|             <height>16777215</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Decimation factor</string>
 | |
|           </property>
 | |
|           <item>
 | |
|            <property name="text">
 | |
|             <string>1</string>
 | |
|            </property>
 | |
|           </item>
 | |
|           <item>
 | |
|            <property name="text">
 | |
|             <string>2</string>
 | |
|            </property>
 | |
|           </item>
 | |
|           <item>
 | |
|            <property name="text">
 | |
|             <string>4</string>
 | |
|            </property>
 | |
|           </item>
 | |
|           <item>
 | |
|            <property name="text">
 | |
|             <string>8</string>
 | |
|            </property>
 | |
|           </item>
 | |
|           <item>
 | |
|            <property name="text">
 | |
|             <string>16</string>
 | |
|            </property>
 | |
|           </item>
 | |
|           <item>
 | |
|            <property name="text">
 | |
|             <string>32</string>
 | |
|            </property>
 | |
|           </item>
 | |
|           <item>
 | |
|            <property name="text">
 | |
|             <string>64</string>
 | |
|            </property>
 | |
|           </item>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="channelRateText">
 | |
|           <property name="sizePolicy">
 | |
|            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | |
|             <horstretch>0</horstretch>
 | |
|             <verstretch>0</verstretch>
 | |
|            </sizepolicy>
 | |
|           </property>
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>50</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Effective channel rate (kS/s)</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>0000k</string>
 | |
|           </property>
 | |
|           <property name="alignment">
 | |
|            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="filterChainText">
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>50</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Filter chain stages left to right (L: low, C: center, H: high) </string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>LLLLLL</string>
 | |
|           </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="offsetFrequencyText">
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>85</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Offset frequency with thousands separator (Hz)</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>-9,999,999 Hz</string>
 | |
|           </property>
 | |
|           <property name="alignment">
 | |
|            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|       <item>
 | |
|        <layout class="QHBoxLayout" name="decimationShiftLayer">
 | |
|         <property name="rightMargin">
 | |
|          <number>10</number>
 | |
|         </property>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="positionLabel">
 | |
|           <property name="text">
 | |
|            <string>Pos</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QSlider" name="position">
 | |
|           <property name="toolTip">
 | |
|            <string>Center frequency position</string>
 | |
|           </property>
 | |
|           <property name="maximum">
 | |
|            <number>2</number>
 | |
|           </property>
 | |
|           <property name="pageStep">
 | |
|            <number>1</number>
 | |
|           </property>
 | |
|           <property name="orientation">
 | |
|            <enum>Qt::Horizontal</enum>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="filterChainIndex">
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>24</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Filter chain hash code</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>000</string>
 | |
|           </property>
 | |
|           <property name="alignment">
 | |
|            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QVBoxLayout" name="powerLayer">
 | |
|       <property name="spacing">
 | |
|        <number>3</number>
 | |
|       </property>
 | |
|       <item>
 | |
|        <layout class="QHBoxLayout" name="powerMeterLayer">
 | |
|         <property name="rightMargin">
 | |
|          <number>6</number>
 | |
|         </property>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="channelPowerUnits">
 | |
|           <property name="text">
 | |
|            <string>dB</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="LevelMeterSignalDB" name="channelPowerMeter" native="true">
 | |
|           <property name="sizePolicy">
 | |
|            <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
 | |
|             <horstretch>0</horstretch>
 | |
|             <verstretch>0</verstretch>
 | |
|            </sizepolicy>
 | |
|           </property>
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>0</width>
 | |
|             <height>24</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="font">
 | |
|            <font>
 | |
|             <family>Liberation Mono</family>
 | |
|             <pointsize>8</pointsize>
 | |
|            </font>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="channelPower">
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>40</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>-100.0</string>
 | |
|           </property>
 | |
|           <property name="alignment">
 | |
|            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|       <item>
 | |
|        <layout class="QHBoxLayout" name="gainLayer">
 | |
|         <property name="rightMargin">
 | |
|          <number>10</number>
 | |
|         </property>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="gainLabel">
 | |
|           <property name="text">
 | |
|            <string>Gain</string>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QSlider" name="gain">
 | |
|           <property name="toolTip">
 | |
|            <string>Gain (dB)</string>
 | |
|           </property>
 | |
|           <property name="minimum">
 | |
|            <number>-10</number>
 | |
|           </property>
 | |
|           <property name="maximum">
 | |
|            <number>50</number>
 | |
|           </property>
 | |
|           <property name="pageStep">
 | |
|            <number>1</number>
 | |
|           </property>
 | |
|           <property name="orientation">
 | |
|            <enum>Qt::Horizontal</enum>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|         <item>
 | |
|          <widget class="QLabel" name="gainText">
 | |
|           <property name="minimumSize">
 | |
|            <size>
 | |
|             <width>45</width>
 | |
|             <height>0</height>
 | |
|            </size>
 | |
|           </property>
 | |
|           <property name="toolTip">
 | |
|            <string>Filter chain hash code</string>
 | |
|           </property>
 | |
|           <property name="text">
 | |
|            <string>-10.0 dB</string>
 | |
|           </property>
 | |
|           <property name="alignment">
 | |
|            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|           </property>
 | |
|          </widget>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="fileSelectionLayout">
 | |
|       <item>
 | |
|        <widget class="QPushButton" name="showFileDialog">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|           <normaloff>:/preset-load.png</normaloff>:/preset-load.png</iconset>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="fileNameText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>30</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>...</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="rateTimeLayout">
 | |
|       <item>
 | |
|        <widget class="QLabel" name="sampleRateText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>54</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>9</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Record sample rate (kS/s)</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>00000k</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="sampleSizeText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>9</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Record sample size (bits)</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>00b</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_2">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="crcLabel">
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <pointsize>9</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>CRC status: Green: OK Red: KO Grey: undefined</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>CRC</string>
 | |
|         </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="Line" name="absTimeLine">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="absTimeText">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>160</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Record absolute time</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>2015-01-01 00:00:00.000</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="playControllLayout">
 | |
|       <item>
 | |
|        <widget class="ButtonSwitch" name="playLoop">
 | |
|         <property name="toolTip">
 | |
|          <string>Play in a loop</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|           <normaloff>:/playloop.png</normaloff>:/playloop.png</iconset>
 | |
|         </property>
 | |
|         <property name="iconSize">
 | |
|          <size>
 | |
|           <width>16</width>
 | |
|           <height>16</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="checkable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="ButtonSwitch" name="play">
 | |
|         <property name="toolTip">
 | |
|          <string>Stopped / Play / Pause</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="../../../sdrgui/resources/res.qrc">
 | |
|           <normaloff>:/play.png</normaloff>
 | |
|           <normalon>:/pause.png</normalon>
 | |
|           <disabledoff>:/stop.png</disabledoff>
 | |
|           <disabledon>:/stop.png</disabledon>
 | |
|           <activeoff>:/play.png</activeoff>
 | |
|           <activeon>:/pause.png</activeon>
 | |
|           <selectedoff>:/play.png</selectedoff>
 | |
|           <selectedon>:/pause.png</selectedon>:/play.png</iconset>
 | |
|         </property>
 | |
|         <property name="iconSize">
 | |
|          <size>
 | |
|           <width>16</width>
 | |
|           <height>16</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="checkable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|         <property name="checked">
 | |
|          <bool>false</bool>
 | |
|         </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="linePlay1">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="relTimeText">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>90</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Record time from start</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>00:00:00.000</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="linePlay2">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="recordLengthText">
 | |
|         <property name="enabled">
 | |
|          <bool>false</bool>
 | |
|         </property>
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>90</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Total record time</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>00:00:00.000</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|      </layout>
 | |
|     </item>
 | |
|     <item>
 | |
|      <layout class="QHBoxLayout" name="navTimeLayer">
 | |
|       <item>
 | |
|        <widget class="QSlider" name="navTime">
 | |
|         <property name="toolTip">
 | |
|          <string>Time navigator</string>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>1000</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Horizontal</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </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>
 | |
|  <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>
 | |
|  </customwidgets>
 | |
|  <resources>
 | |
|   <include location="../../../sdrgui/resources/res.qrc"/>
 | |
|  </resources>
 | |
|  <connections/>
 | |
| </ui>
 |