2020-11-30 00:30:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>VORLocalizerGUI</class>
|
2022-04-04 08:23:52 +00:00
|
|
|
<widget class="RollupContents" name="VORLocalizerGUI">
|
2020-11-30 00:30:18 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-05-03 13:53:56 +00:00
|
|
|
<width>470</width>
|
2022-04-24 17:34:48 +00:00
|
|
|
<height>850</height>
|
2020-11-30 00:30:18 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2022-03-18 17:07:52 +00:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2020-11-30 00:30:18 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2020-12-08 07:28:55 +00:00
|
|
|
<width>462</width>
|
2020-11-30 00:30:18 +00:00
|
|
|
<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>
|
2020-12-08 07:28:55 +00:00
|
|
|
<width>461</width>
|
2022-05-03 13:53:56 +00:00
|
|
|
<height>31</height>
|
2020-11-30 00:30:18 +00:00
|
|
|
</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>
|
2020-12-07 18:32:43 +00:00
|
|
|
<widget class="ButtonSwitch" name="magDecAdjust">
|
2020-11-30 00:30:18 +00:00
|
|
|
<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>
|
2022-05-03 13:53:56 +00:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-07 18:32:43 +00:00
|
|
|
<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>
|
2020-12-08 07:28:55 +00:00
|
|
|
<width>26</width>
|
2020-12-07 18:32:43 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2022-05-04 07:20:51 +00:00
|
|
|
<string>Round robin turn time (s)</string>
|
2020-12-07 18:32:43 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>20s</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-12-08 07:28:55 +00:00
|
|
|
<widget class="QProgressBar" name="rrTurnTimeProgress">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2022-04-04 08:23:52 +00:00
|
|
|
<family>Ubuntu</family>
|
2020-12-08 07:28:55 +00:00
|
|
|
<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>
|
2020-12-07 18:32:43 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-05-03 13:53:56 +00:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-12-07 18:32:43 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="centerShiftLabel">
|
|
|
|
<property name="text">
|
2022-05-04 07:39:10 +00:00
|
|
|
<string>Δcf</string>
|
2020-12-07 18:32:43 +00:00
|
|
|
</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>
|
2020-12-08 07:28:55 +00:00
|
|
|
<width>26</width>
|
2020-12-07 18:32:43 +00:00
|
|
|
<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>
|
2020-11-30 00:30:18 +00:00
|
|
|
<item>
|
2022-05-03 13:53:56 +00:00
|
|
|
<widget class="Line" name="line">
|
2020-11-30 00:30:18 +00:00
|
|
|
<property name="orientation">
|
2022-05-03 13:53:56 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
</widget>
|
2020-11-30 00:30:18 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channelsLabel">
|
|
|
|
<property name="text">
|
2020-12-07 18:32:43 +00:00
|
|
|
<string>Chan</string>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="channels">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select VOR channel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2022-05-03 13:53:56 +00:00
|
|
|
<spacer name="horizontalSpacer_2">
|
2020-11-30 00:30:18 +00:00
|
|
|
<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>
|
2022-05-03 13:53:56 +00:00
|
|
|
<x>10</x>
|
|
|
|
<y>50</y>
|
|
|
|
<width>441</width>
|
|
|
|
<height>710</height>
|
2020-11-30 00:30:18 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2022-05-03 13:53:56 +00:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2020-11-30 00:30:18 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2022-04-24 17:34:48 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>145</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-11-30 00:30:18 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>VORs</string>
|
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2020-11-30 00:30:18 +00:00
|
|
|
<property name="leftMargin">
|
2022-05-03 13:53:56 +00:00
|
|
|
<number>0</number>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
2022-05-03 13:53:56 +00:00
|
|
|
<number>0</number>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2022-05-03 13:53:56 +00:00
|
|
|
<number>0</number>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2022-05-03 13:53:56 +00:00
|
|
|
<number>0</number>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2022-05-03 13:53:56 +00:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
<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>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
<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>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>500</height>
|
|
|
|
</size>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2022-05-03 13:53:56 +00:00
|
|
|
<string>VOR map</string>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
<property name="resizeMode">
|
|
|
|
<enum>QQuickWidget::SizeRootObjectToView</enum>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
<property name="source">
|
|
|
|
<url>
|
|
|
|
<string/>
|
|
|
|
</url>
|
2020-11-30 00:30:18 +00:00
|
|
|
</property>
|
2022-05-03 13:53:56 +00:00
|
|
|
</widget>
|
2020-11-30 00:30:18 +00:00
|
|
|
</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>
|
2022-04-04 08:23:52 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>RollupContents</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/rollupcontents.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2020-11-30 00:30:18 +00:00
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>vorData</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
|
|
|
<include location="map.qrc"/>
|
|
|
|
<include location="icons.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|