mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			509 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			509 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>VORLocalizerGUI</class>
 | |
|  <widget class="RollupContents" name="VORLocalizerGUI">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>470</width>
 | |
|     <height>850</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="sizePolicy">
 | |
|    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 | |
|     <horstretch>0</horstretch>
 | |
|     <verstretch>0</verstretch>
 | |
|    </sizepolicy>
 | |
|   </property>
 | |
|   <property name="minimumSize">
 | |
|    <size>
 | |
|     <width>462</width>
 | |
|     <height>0</height>
 | |
|    </size>
 | |
|   </property>
 | |
|   <property name="font">
 | |
|    <font>
 | |
|     <family>Liberation Sans</family>
 | |
|     <pointsize>9</pointsize>
 | |
|    </font>
 | |
|   </property>
 | |
|   <property name="focusPolicy">
 | |
|    <enum>Qt::StrongFocus</enum>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>VOR Localizer</string>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="settingsContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>0</x>
 | |
|      <y>0</y>
 | |
|      <width>461</width>
 | |
|      <height>31</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="minimumSize">
 | |
|     <size>
 | |
|      <width>350</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="QHBoxLayout" name="buttonLayout">
 | |
|       <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>
 | |
|       <item>
 | |
|        <widget class="QPushButton" name="getOpenAIPVORDB">
 | |
|         <property name="toolTip">
 | |
|          <string>Download OpenAIP VOR database</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="icons.qrc">
 | |
|           <normaloff>:/demodvor/icons/vor.png</normaloff>:/demodvor/icons/vor.png</iconset>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="ButtonSwitch" name="magDecAdjust">
 | |
|         <property name="toolTip">
 | |
|          <string>Draw radials adjusted for magnetic declination</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string/>
 | |
|         </property>
 | |
|         <property name="icon">
 | |
|          <iconset resource="icons.qrc">
 | |
|           <normaloff>:/demodvor/icons/compass.png</normaloff>:/demodvor/icons/compass.png</iconset>
 | |
|         </property>
 | |
|         <property name="checkable">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|         <property name="checked">
 | |
|          <bool>true</bool>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="Line" name="line_3">
 | |
|         <property name="orientation">
 | |
|          <enum>Qt::Vertical</enum>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="rrTimeLabel">
 | |
|         <property name="text">
 | |
|          <string>RR</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="rrTime">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Round robin turn time (s)</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>10</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>60</number>
 | |
|         </property>
 | |
|         <property name="singleStep">
 | |
|          <number>5</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>5</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>20</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="rrTimeText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>26</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Round robin turn time (s)</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>20s</string>
 | |
|         </property>
 | |
|         <property name="alignment">
 | |
|          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QProgressBar" name="rrTurnTimeProgress">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>100</width>
 | |
|           <height>16</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="font">
 | |
|          <font>
 | |
|           <family>Ubuntu</family>
 | |
|           <pointsize>8</pointsize>
 | |
|          </font>
 | |
|         </property>
 | |
|         <property name="styleSheet">
 | |
|          <string notr="true">QProgressBar{border: 2px solid rgb(79, 79, 79); text-align: center;}
 | |
| QToolTip{background-color: white; color: black;}</string>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>24</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="ButtonSwitch" name="forceRRAveraging">
 | |
|         <property name="toolTip">
 | |
|          <string>Force radials and signals magnitudes averaging over round robin turn</string>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>A</string>
 | |
|         </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="centerShiftLabel">
 | |
|         <property name="text">
 | |
|          <string>Δcf</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QDial" name="centerShift">
 | |
|         <property name="maximumSize">
 | |
|          <size>
 | |
|           <width>24</width>
 | |
|           <height>24</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Center frequency shift (kHz)</string>
 | |
|         </property>
 | |
|         <property name="minimum">
 | |
|          <number>-40</number>
 | |
|         </property>
 | |
|         <property name="maximum">
 | |
|          <number>40</number>
 | |
|         </property>
 | |
|         <property name="singleStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="pageStep">
 | |
|          <number>1</number>
 | |
|         </property>
 | |
|         <property name="value">
 | |
|          <number>0</number>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QLabel" name="centerShiftText">
 | |
|         <property name="minimumSize">
 | |
|          <size>
 | |
|           <width>26</width>
 | |
|           <height>0</height>
 | |
|          </size>
 | |
|         </property>
 | |
|         <property name="text">
 | |
|          <string>20k</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="channelsLabel">
 | |
|         <property name="text">
 | |
|          <string>Chan</string>
 | |
|         </property>
 | |
|        </widget>
 | |
|       </item>
 | |
|       <item>
 | |
|        <widget class="QComboBox" name="channels">
 | |
|         <property name="toolTip">
 | |
|          <string>Select VOR channel</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>
 | |
|      </layout>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|   <widget class="QWidget" name="dataContainer" native="true">
 | |
|    <property name="geometry">
 | |
|     <rect>
 | |
|      <x>10</x>
 | |
|      <y>50</y>
 | |
|      <width>441</width>
 | |
|      <height>710</height>
 | |
|     </rect>
 | |
|    </property>
 | |
|    <property name="sizePolicy">
 | |
|     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 | |
|      <horstretch>0</horstretch>
 | |
|      <verstretch>0</verstretch>
 | |
|     </sizepolicy>
 | |
|    </property>
 | |
|    <property name="minimumSize">
 | |
|     <size>
 | |
|      <width>0</width>
 | |
|      <height>0</height>
 | |
|     </size>
 | |
|    </property>
 | |
|    <property name="windowTitle">
 | |
|     <string>VORs</string>
 | |
|    </property>
 | |
|    <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|     <property name="leftMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|     <property name="topMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|     <property name="rightMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|     <property name="bottomMargin">
 | |
|      <number>0</number>
 | |
|     </property>
 | |
|     <item>
 | |
|      <widget class="QSplitter" name="splitter">
 | |
|       <property name="sizePolicy">
 | |
|        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 | |
|         <horstretch>0</horstretch>
 | |
|         <verstretch>0</verstretch>
 | |
|        </sizepolicy>
 | |
|       </property>
 | |
|       <property name="orientation">
 | |
|        <enum>Qt::Vertical</enum>
 | |
|       </property>
 | |
|       <widget class="QTableWidget" name="vorData">
 | |
|        <property name="sizePolicy">
 | |
|         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | |
|          <horstretch>0</horstretch>
 | |
|          <verstretch>1</verstretch>
 | |
|         </sizepolicy>
 | |
|        </property>
 | |
|        <property name="editTriggers">
 | |
|         <set>QAbstractItemView::NoEditTriggers</set>
 | |
|        </property>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Name</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Name of the VOR</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Freq (MHz)</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Frequency of the VOR in MHz</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Ident</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Ident for the VOR</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Morse</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Morse code ident for the VOR</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>RX Ident</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Received ident</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>RX Morse</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Received Morse code ident</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Radial (°)</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Calculated radial from the VOR</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Ref (dB)</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Magnitude of received reference signal in dB</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Var (dB)</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Magnitude of received variable signal in dB</string>
 | |
|         </property>
 | |
|        </column>
 | |
|        <column>
 | |
|         <property name="text">
 | |
|          <string>Mute</string>
 | |
|         </property>
 | |
|         <property name="toolTip">
 | |
|          <string>Mute/unmute audio from selected VORs</string>
 | |
|         </property>
 | |
|        </column>
 | |
|       </widget>
 | |
|       <widget class="QQuickWidget" name="map">
 | |
|        <property name="sizePolicy">
 | |
|         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 | |
|          <horstretch>0</horstretch>
 | |
|          <verstretch>4</verstretch>
 | |
|         </sizepolicy>
 | |
|        </property>
 | |
|        <property name="minimumSize">
 | |
|         <size>
 | |
|          <width>100</width>
 | |
|          <height>500</height>
 | |
|         </size>
 | |
|        </property>
 | |
|        <property name="toolTip">
 | |
|         <string>VOR map</string>
 | |
|        </property>
 | |
|        <property name="resizeMode">
 | |
|         <enum>QQuickWidget::SizeRootObjectToView</enum>
 | |
|        </property>
 | |
|        <property name="source">
 | |
|         <url>
 | |
|          <string/>
 | |
|         </url>
 | |
|        </property>
 | |
|       </widget>
 | |
|      </widget>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|  </widget>
 | |
|  <customwidgets>
 | |
|   <customwidget>
 | |
|    <class>QQuickWidget</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header location="global">QtQuickWidgets/QQuickWidget</header>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>ButtonSwitch</class>
 | |
|    <extends>QToolButton</extends>
 | |
|    <header>gui/buttonswitch.h</header>
 | |
|   </customwidget>
 | |
|   <customwidget>
 | |
|    <class>RollupContents</class>
 | |
|    <extends>QWidget</extends>
 | |
|    <header>gui/rollupcontents.h</header>
 | |
|    <container>1</container>
 | |
|   </customwidget>
 | |
|  </customwidgets>
 | |
|  <tabstops>
 | |
|   <tabstop>vorData</tabstop>
 | |
|  </tabstops>
 | |
|  <resources>
 | |
|   <include location="../../../sdrgui/resources/res.qrc"/>
 | |
|   <include location="map.qrc"/>
 | |
|   <include location="icons.qrc"/>
 | |
|  </resources>
 | |
|  <connections/>
 | |
| </ui>
 |