kopia lustrzana https://github.com/f4exb/sdrangel
				
				
				
			
		
			
	
	
		
			111 wiersze
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
		
			
		
	
	
			111 wiersze
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
|   | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <ui version="4.0"> | ||
|  |  <class>WelcomeDialog</class> | ||
|  |  <widget class="QDialog" name="WelcomeDialog"> | ||
|  |   <property name="geometry"> | ||
|  |    <rect> | ||
|  |     <x>0</x> | ||
|  |     <y>0</y> | ||
|  |     <width>360</width> | ||
|  |     <height>390</height> | ||
|  |    </rect> | ||
|  |   </property> | ||
|  |   <property name="font"> | ||
|  |    <font> | ||
|  |     <family>Liberation Sans</family> | ||
|  |     <pointsize>9</pointsize> | ||
|  |    </font> | ||
|  |   </property> | ||
|  |   <property name="windowTitle"> | ||
|  |    <string>Welcome to SDRangel</string> | ||
|  |   </property> | ||
|  |   <layout class="QVBoxLayout" name="verticalLayout"> | ||
|  |    <property name="sizeConstraint"> | ||
|  |     <enum>QLayout::SetFixedSize</enum> | ||
|  |    </property> | ||
|  |    <item> | ||
|  |     <widget class="QLabel" name="logo"> | ||
|  |      <property name="maximumSize"> | ||
|  |       <size> | ||
|  |        <width>48</width> | ||
|  |        <height>48</height> | ||
|  |       </size> | ||
|  |      </property> | ||
|  |      <property name="text"> | ||
|  |       <string/> | ||
|  |      </property> | ||
|  |      <property name="pixmap"> | ||
|  |       <pixmap resource="../resources/res.qrc">:/sdrangel_icon.png</pixmap> | ||
|  |      </property> | ||
|  |      <property name="scaledContents"> | ||
|  |       <bool>true</bool> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="QLabel" name="info"> | ||
|  |      <property name="text"> | ||
|  |       <string><html><head/><body><p>SDRangel is the software frontend of a SDR (Software Defined Radio). When combined with any of the following SDR hardware via USB OTG, it can be used to visualise and demodulate received radio signals as well as transmit (depending on the SDR hardware).</p><p>- RTL SDR<br/>- Airspy<br/>- Airspy HF<br/>- LimeSDR (not the mini)<br/>- SDRplay (via <a href="https://play.google.com/store/apps/details?id=com.sdrplay.driver"><span style=" text-decoration: underline; color:#0000ff;">SDRplay Driver</span></a>)<br/>- HackRF (via <a href="https://play.google.com/store/apps/details?id=marto.rtl_tcp_andro"><span style=" text-decoration: underline; color:#0000ff;">SDR Driver</span></a>)</p><p>SDRangel can also receive and transmit IQ data from/to a remote PC via TCP or UDP.</p><p>SDRangel was designed as a desktop application, and so will work best on tablets with large screens and a mouse or stylus. Touch gestures can be used in the spectrum window: Use two fingers swiping right or left to change frequency up or down and pinch to zoom. Tap and hold dials to use a popup slider.</p></body></html></string> | ||
|  |      </property> | ||
|  |      <property name="textFormat"> | ||
|  |       <enum>Qt::RichText</enum> | ||
|  |      </property> | ||
|  |      <property name="wordWrap"> | ||
|  |       <bool>true</bool> | ||
|  |      </property> | ||
|  |      <property name="openExternalLinks"> | ||
|  |       <bool>true</bool> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <widget class="QDialogButtonBox" name="buttonBox"> | ||
|  |      <property name="orientation"> | ||
|  |       <enum>Qt::Horizontal</enum> | ||
|  |      </property> | ||
|  |      <property name="standardButtons"> | ||
|  |       <set>QDialogButtonBox::Ok</set> | ||
|  |      </property> | ||
|  |     </widget> | ||
|  |    </item> | ||
|  |   </layout> | ||
|  |  </widget> | ||
|  |  <resources> | ||
|  |   <include location="../resources/res.qrc"/> | ||
|  |  </resources> | ||
|  |  <connections> | ||
|  |   <connection> | ||
|  |    <sender>buttonBox</sender> | ||
|  |    <signal>accepted()</signal> | ||
|  |    <receiver>WelcomeDialog</receiver> | ||
|  |    <slot>accept()</slot> | ||
|  |    <hints> | ||
|  |     <hint type="sourcelabel"> | ||
|  |      <x>248</x> | ||
|  |      <y>254</y> | ||
|  |     </hint> | ||
|  |     <hint type="destinationlabel"> | ||
|  |      <x>157</x> | ||
|  |      <y>274</y> | ||
|  |     </hint> | ||
|  |    </hints> | ||
|  |   </connection> | ||
|  |   <connection> | ||
|  |    <sender>buttonBox</sender> | ||
|  |    <signal>rejected()</signal> | ||
|  |    <receiver>WelcomeDialog</receiver> | ||
|  |    <slot>reject()</slot> | ||
|  |    <hints> | ||
|  |     <hint type="sourcelabel"> | ||
|  |      <x>316</x> | ||
|  |      <y>260</y> | ||
|  |     </hint> | ||
|  |     <hint type="destinationlabel"> | ||
|  |      <x>286</x> | ||
|  |      <y>274</y> | ||
|  |     </hint> | ||
|  |    </hints> | ||
|  |   </connection> | ||
|  |  </connections> | ||
|  | </ui> |