mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
	
	
		
			302 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			302 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <ui version="4.0"> | ||
|  |  <class>GNURadioGui</class> | ||
|  |  <widget class="QWidget" name="GNURadioGui"> | ||
|  |   <property name="geometry"> | ||
|  |    <rect> | ||
|  |     <x>0</x> | ||
|  |     <y>0</y> | ||
|  |     <width>186</width> | ||
|  |     <height>261</height> | ||
|  |    </rect> | ||
|  |   </property> | ||
|  |   <property name="sizePolicy"> | ||
|  |    <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> | ||
|  |     <horstretch>0</horstretch> | ||
|  |     <verstretch>0</verstretch> | ||
|  |    </sizepolicy> | ||
|  |   </property> | ||
|  |   <property name="windowTitle"> | ||
|  |    <string>Gnuradio Source</string> | ||
|  |   </property> | ||
|  |   <layout class="QVBoxLayout" name="verticalLayout"> | ||
|  |    <property name="spacing"> | ||
|  |     <number>3</number> | ||
|  |    </property> | ||
|  |    <property name="leftMargin"> | ||
|  |     <number>0</number> | ||
|  |    </property> | ||
|  |    <property name="topMargin"> | ||
|  |     <number>2</number> | ||
|  |    </property> | ||
|  |    <property name="rightMargin"> | ||
|  |     <number>0</number> | ||
|  |    </property> | ||
|  |    <property name="bottomMargin"> | ||
|  |     <number>2</number> | ||
|  |    </property> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_5"> | ||
|  |      <item> | ||
|  |       <layout class="QVBoxLayout" name="verticalLayout_2"> | ||
|  |        <property name="spacing"> | ||
|  |         <number>2</number> | ||
|  |        </property> | ||
|  |        <item> | ||
|  |         <widget class="QComboBox" name="cboDevices"> | ||
|  |          <property name="enabled"> | ||
|  |           <bool>true</bool> | ||
|  |          </property> | ||
|  |          <property name="sizePolicy"> | ||
|  |           <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> | ||
|  |            <horstretch>0</horstretch> | ||
|  |            <verstretch>0</verstretch> | ||
|  |           </sizepolicy> | ||
|  |          </property> | ||
|  |          <property name="editable"> | ||
|  |           <bool>false</bool> | ||
|  |          </property> | ||
|  |          <property name="sizeAdjustPolicy"> | ||
|  |           <enum>QComboBox::AdjustToMinimumContentsLength</enum> | ||
|  |          </property> | ||
|  |         </widget> | ||
|  |        </item> | ||
|  |        <item> | ||
|  |         <widget class="QLineEdit" name="txtDeviceArgs"> | ||
|  |          <property name="enabled"> | ||
|  |           <bool>true</bool> | ||
|  |          </property> | ||
|  |         </widget> | ||
|  |        </item> | ||
|  |       </layout> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="Line" name="line_5"> | ||
|  |      <property name="orientation"> | ||
|  |       <enum>Qt::Horizontal</enum> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_3"> | ||
|  |      <item> | ||
|  |       <spacer name="horizontalSpacer"> | ||
|  |        <property name="orientation"> | ||
|  |         <enum>Qt::Horizontal</enum> | ||
|  |        </property> | ||
|  |        <property name="sizeHint" stdset="0"> | ||
|  |         <size> | ||
|  |          <width>0</width> | ||
|  |          <height>0</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |       </spacer> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="ValueDial" name="centerFrequency" 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>Monospace</family> | ||
|  |          <pointsize>20</pointsize> | ||
|  |         </font> | ||
|  |        </property> | ||
|  |        <property name="focusPolicy"> | ||
|  |         <enum>Qt::StrongFocus</enum> | ||
|  |        </property> | ||
|  |        <property name="toolTip"> | ||
|  |         <string>Tuner center frequency in kHz</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <spacer name="horizontalSpacer_2"> | ||
|  |        <property name="orientation"> | ||
|  |         <enum>Qt::Horizontal</enum> | ||
|  |        </property> | ||
|  |        <property name="sizeHint" stdset="0"> | ||
|  |         <size> | ||
|  |          <width>0</width> | ||
|  |          <height>0</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |       </spacer> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="Line" name="line"> | ||
|  |      <property name="orientation"> | ||
|  |       <enum>Qt::Horizontal</enum> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_4"> | ||
|  |      <property name="spacing"> | ||
|  |       <number>3</number> | ||
|  |      </property> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="label"> | ||
|  |        <property name="text"> | ||
|  |         <string>Freq. Corr.</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QSlider" name="sldFreqCorr"> | ||
|  |        <property name="minimum"> | ||
|  |         <number>-100</number> | ||
|  |        </property> | ||
|  |        <property name="maximum"> | ||
|  |         <number>100</number> | ||
|  |        </property> | ||
|  |        <property name="tracking"> | ||
|  |         <bool>true</bool> | ||
|  |        </property> | ||
|  |        <property name="orientation"> | ||
|  |         <enum>Qt::Horizontal</enum> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="lblFreqCorr"> | ||
|  |        <property name="minimumSize"> | ||
|  |         <size> | ||
|  |          <width>30</width> | ||
|  |          <height>0</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |        <property name="layoutDirection"> | ||
|  |         <enum>Qt::LeftToRight</enum> | ||
|  |        </property> | ||
|  |        <property name="text"> | ||
|  |         <string/> | ||
|  |        </property> | ||
|  |        <property name="alignment"> | ||
|  |         <set>Qt::AlignCenter</set> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QVBoxLayout" name="verticalLayoutGains"/> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_6"> | ||
|  |      <property name="spacing"> | ||
|  |       <number>3</number> | ||
|  |      </property> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="label_2"> | ||
|  |        <property name="text"> | ||
|  |         <string>Sample Rate (MHz)</string> | ||
|  |        </property> | ||
|  |        <property name="textFormat"> | ||
|  |         <enum>Qt::AutoText</enum> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QComboBox" name="cboSampleRate"> | ||
|  |        <property name="sizeAdjustPolicy"> | ||
|  |         <enum>QComboBox::AdjustToMinimumContentsLength</enum> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_7"> | ||
|  |      <property name="spacing"> | ||
|  |       <number>3</number> | ||
|  |      </property> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="label_3"> | ||
|  |        <property name="text"> | ||
|  |         <string>Selected Antenna</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QComboBox" name="cboAntennas"> | ||
|  |        <property name="frame"> | ||
|  |         <bool>true</bool> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="label_6"> | ||
|  |        <property name="text"> | ||
|  |         <string>DC Offset Corr.    </string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QComboBox" name="cboDCOffset"/> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_8"> | ||
|  |      <property name="spacing"> | ||
|  |       <number>3</number> | ||
|  |      </property> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="label_4"> | ||
|  |        <property name="text"> | ||
|  |         <string>IQ Imbalance Corr.</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QComboBox" name="cboIQBalance"/> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout"> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="label_5"> | ||
|  |        <property name="text"> | ||
|  |         <string>Bandwidth (MHz)</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QComboBox" name="cboBandwidth"/> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |   </layout> | ||
|  |  </widget> | ||
|  |  <customwidgets> | ||
|  |   <customwidget> | ||
|  |    <class>ValueDial</class> | ||
|  |    <extends>QWidget</extends> | ||
|  |    <header>gui/valuedial.h</header> | ||
|  |    <container>1</container> | ||
|  |   </customwidget> | ||
|  |  </customwidgets> | ||
|  |  <resources/> | ||
|  |  <connections/> | ||
|  | </ui> |