mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	
		
			
	
	
		
			291 lines
		
	
	
		
			7.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			291 lines
		
	
	
		
			7.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <ui version="4.0"> | ||
|  |  <class>AudioOutputGui</class> | ||
|  |  <widget class="QWidget" name="AudioOutputGui"> | ||
|  |   <property name="geometry"> | ||
|  |    <rect> | ||
|  |     <x>0</x> | ||
|  |     <y>0</y> | ||
|  |     <width>320</width> | ||
|  |     <height>200</height> | ||
|  |    </rect> | ||
|  |   </property> | ||
|  |   <property name="sizePolicy"> | ||
|  |    <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> | ||
|  |     <horstretch>0</horstretch> | ||
|  |     <verstretch>0</verstretch> | ||
|  |    </sizepolicy> | ||
|  |   </property> | ||
|  |   <property name="minimumSize"> | ||
|  |    <size> | ||
|  |     <width>320</width> | ||
|  |     <height>200</height> | ||
|  |    </size> | ||
|  |   </property> | ||
|  |   <property name="font"> | ||
|  |    <font> | ||
|  |     <family>Liberation Sans</family> | ||
|  |     <pointsize>9</pointsize> | ||
|  |    </font> | ||
|  |   </property> | ||
|  |   <property name="windowTitle"> | ||
|  |    <string>Audio Output</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="layoutFrequency"> | ||
|  |      <property name="topMargin"> | ||
|  |       <number>4</number> | ||
|  |      </property> | ||
|  |      <item> | ||
|  |       <layout class="QVBoxLayout" name="deviceUILayout"> | ||
|  |        <item> | ||
|  |         <layout class="QHBoxLayout" name="deviceButtonsLayout"> | ||
|  |          <item> | ||
|  |           <widget class="ButtonSwitch" name="startStop"> | ||
|  |            <property name="toolTip"> | ||
|  |             <string>start/stop acquisition</string> | ||
|  |            </property> | ||
|  |            <property name="text"> | ||
|  |             <string/> | ||
|  |            </property> | ||
|  |            <property name="icon"> | ||
|  |             <iconset resource="../../../sdrgui/resources/res.qrc"> | ||
|  |              <normaloff>:/play.png</normaloff> | ||
|  |              <normalon>:/stop.png</normalon>:/play.png</iconset> | ||
|  |            </property> | ||
|  |           </widget> | ||
|  |          </item> | ||
|  |         </layout> | ||
|  |        </item> | ||
|  |        <item> | ||
|  |         <layout class="QHBoxLayout" name="deviceRateLayout"> | ||
|  |          <item> | ||
|  |           <widget class="QLabel" name="deviceRateText"> | ||
|  |            <property name="toolTip"> | ||
|  |             <string>Baseband I/Q 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> | ||
|  |         </layout> | ||
|  |        </item> | ||
|  |       </layout> | ||
|  |      </item> | ||
|  |      <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> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="Line" name="line_4"> | ||
|  |      <property name="orientation"> | ||
|  |       <enum>Qt::Horizontal</enum> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_4"> | ||
|  |      <item> | ||
|  |       <widget class="QPushButton" name="deviceSelect"> | ||
|  |        <property name="maximumSize"> | ||
|  |         <size> | ||
|  |          <width>24</width> | ||
|  |          <height>24</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |        <property name="toolTip"> | ||
|  |         <string>Open dialog to select output device</string> | ||
|  |        </property> | ||
|  |        <property name="text"> | ||
|  |         <string/> | ||
|  |        </property> | ||
|  |        <property name="icon"> | ||
|  |         <iconset resource="../../../sdrgui/resources/res.qrc"> | ||
|  |          <normaloff>:/sound_on.png</normaloff>:/sound_on.png</iconset> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="deviceLabel"> | ||
|  |        <property name="sizePolicy"> | ||
|  |         <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> | ||
|  |          <horstretch>0</horstretch> | ||
|  |          <verstretch>0</verstretch> | ||
|  |         </sizepolicy> | ||
|  |        </property> | ||
|  |        <property name="toolTip"> | ||
|  |         <string>Output device selected</string> | ||
|  |        </property> | ||
|  |        <property name="text"> | ||
|  |         <string>...</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="Line" name="line"> | ||
|  |      <property name="orientation"> | ||
|  |       <enum>Qt::Horizontal</enum> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="Line" name="line_2"> | ||
|  |      <property name="orientation"> | ||
|  |       <enum>Qt::Horizontal</enum> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout"> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="volumeLabel"> | ||
|  |        <property name="text"> | ||
|  |         <string>Volume</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QDial" name="volume"> | ||
|  |        <property name="minimumSize"> | ||
|  |         <size> | ||
|  |          <width>24</width> | ||
|  |          <height>0</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |        <property name="maximumSize"> | ||
|  |         <size> | ||
|  |          <width>24</width> | ||
|  |          <height>24</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |        <property name="toolTip"> | ||
|  |         <string>Audio volume. Not supported by all devices</string> | ||
|  |        </property> | ||
|  |        <property name="maximum"> | ||
|  |         <number>10</number> | ||
|  |        </property> | ||
|  |        <property name="value"> | ||
|  |         <number>10</number> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="volumeText"> | ||
|  |        <property name="text"> | ||
|  |         <string>1.0</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="QLabel" name="channelsLabel"> | ||
|  |        <property name="text"> | ||
|  |         <string>Channels</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QComboBox" name="channels"> | ||
|  |        <property name="minimumSize"> | ||
|  |         <size> | ||
|  |          <width>80</width> | ||
|  |          <height>0</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |        <property name="toolTip"> | ||
|  |         <string>How audio channels map to IQ data</string> | ||
|  |        </property> | ||
|  |        <property name="currentIndex"> | ||
|  |         <number>0</number> | ||
|  |        </property> | ||
|  |        <item> | ||
|  |         <property name="text"> | ||
|  |          <string>I=L, Q=R</string> | ||
|  |         </property> | ||
|  |        </item> | ||
|  |        <item> | ||
|  |         <property name="text"> | ||
|  |          <string>I=R, Q=L</string> | ||
|  |         </property> | ||
|  |        </item> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="padLayout"> | ||
|  |      <item> | ||
|  |       <spacer name="verticalPadSpacer"> | ||
|  |        <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> | ||
|  |   </layout> | ||
|  |  </widget> | ||
|  |  <customwidgets> | ||
|  |   <customwidget> | ||
|  |    <class>ButtonSwitch</class> | ||
|  |    <extends>QToolButton</extends> | ||
|  |    <header>gui/buttonswitch.h</header> | ||
|  |   </customwidget> | ||
|  |  </customwidgets> | ||
|  |  <resources> | ||
|  |   <include location="../../../sdrgui/resources/res.qrc"/> | ||
|  |  </resources> | ||
|  |  <connections/> | ||
|  | </ui> |