2017-05-14 18:58:56 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2019-02-02 16:58:42 -05:00
|
|
|
<class>RemoteOutputGui</class>
|
|
|
|
<widget class="QWidget" name="RemoteOutputGui">
|
2018-09-06 18:58:09 -04:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-05-14 18:58:56 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-04-21 13:24:40 -04:00
|
|
|
<width>380</width>
|
|
|
|
<height>231</height>
|
2017-05-14 18:58:56 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2022-04-21 13:24:40 -04:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2017-05-14 18:58:56 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2022-04-21 13:24:40 -04:00
|
|
|
<width>380</width>
|
|
|
|
<height>231</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2022-04-26 20:06:17 -04:00
|
|
|
<width>400</width>
|
|
|
|
<height>284</height>
|
2017-05-14 18:58:56 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2018-05-05 18:40:09 -04:00
|
|
|
<family>Liberation Sans</family>
|
2017-05-14 18:58:56 -04:00
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2019-02-02 16:58:42 -05:00
|
|
|
<string>Remote Output</string>
|
2017-05-14 18:58:56 -04:00
|
|
|
</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="horizontalLayout_freq">
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
2017-05-14 18:58:56 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="deviceUILayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="deviceButtonsLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="startStop">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>start/stop generation</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2017-05-14 18:58:56 -04:00
|
|
|
<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="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>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="freqLeftSpacer">
|
|
|
|
<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>
|
2021-12-12 04:44:58 -05:00
|
|
|
<widget class="QLabel" name="centerFrequency">
|
2017-05-14 18:58:56 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-12-12 13:54:57 -05:00
|
|
|
<width>170</width>
|
2021-12-12 04:44:58 -05:00
|
|
|
<height>0</height>
|
2017-05-14 18:58:56 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-12-12 04:44:58 -05:00
|
|
|
<family>Liberation Sans</family>
|
2021-12-12 13:54:57 -05:00
|
|
|
<pointsize>16</pointsize>
|
2017-05-14 18:58:56 -04:00
|
|
|
</font>
|
|
|
|
</property>
|
2021-12-12 04:44:58 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>10,000,000,000</string>
|
2017-05-14 18:58:56 -04:00
|
|
|
</property>
|
2021-12-12 04:44:58 -05:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2017-05-14 18:58:56 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-12-15 18:18:11 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="freqUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hz</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-14 18:58:56 -04:00
|
|
|
<item>
|
2018-09-06 18:58:09 -04:00
|
|
|
<layout class="QVBoxLayout" name="freqRightLayout">
|
|
|
|
<item>
|
2021-12-15 18:18:11 -05:00
|
|
|
<layout class="QHBoxLayout" name="freqRightTopLayout"/>
|
2018-09-06 18:58:09 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="freqRightBotLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="remoteRateText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Remote baseband sample rate</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>
|
2017-05-14 18:58:56 -04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_freq">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="fileSelectionLayout">
|
2017-05-16 16:35:44 -04:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2018-09-04 02:43:07 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="deviceIndexLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dev</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="deviceIndex">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Device index (for SDRangel server)</string>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
|
|
|
<string>00</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="channelIndexLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ch</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="channelIndex">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel index (for SDRangel)</string>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask">
|
|
|
|
<string>00</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-12-19 05:30:48 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="nbTxBytesLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tx bytes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="nbTxBytes">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of transmitted bytes per I or Q sample</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-12-12 13:54:57 -05:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-05-15 17:51:50 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_rate">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="rateControlLayout">
|
2017-05-14 18:58:56 -04:00
|
|
|
<item>
|
2017-05-15 17:51:50 -04:00
|
|
|
<widget class="QDial" name="nbFECBlocks">
|
|
|
|
<property name="maximumSize">
|
2017-05-14 18:58:56 -04:00
|
|
|
<size>
|
2017-05-15 17:51:50 -04:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
2017-05-14 18:58:56 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>32</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
2017-05-14 18:58:56 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-05-15 17:51:50 -04:00
|
|
|
<widget class="QLabel" name="nominalNbBlocksText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-05-21 13:45:56 -04:00
|
|
|
<width>52</width>
|
2017-05-15 17:51:50 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-05-14 18:58:56 -04:00
|
|
|
<property name="text">
|
2017-06-05 19:53:21 -04:00
|
|
|
<string>000/00</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2017-05-14 18:58:56 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-06-04 05:43:26 -04:00
|
|
|
<widget class="Line" name="line_2">
|
2017-05-14 18:58:56 -04:00
|
|
|
<property name="orientation">
|
2017-06-04 05:43:26 -04:00
|
|
|
<enum>Qt::Vertical</enum>
|
2017-05-14 18:58:56 -04:00
|
|
|
</property>
|
2017-06-04 05:43:26 -04:00
|
|
|
</widget>
|
2017-05-14 18:58:56 -04:00
|
|
|
</item>
|
2017-06-04 05:43:26 -04:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-06-05 17:00:28 -04:00
|
|
|
<widget class="QToolButton" name="allFramesDecoded">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-08-30 13:14:34 -04:00
|
|
|
<string>Frames status: green = all original received, none = some recovered by FEC, red = some lost, blue = remote not streaming</string>
|
2017-06-05 17:00:28 -04:00
|
|
|
</property>
|
2017-06-04 05:43:26 -04:00
|
|
|
<property name="text">
|
2017-06-05 17:00:28 -04:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2017-10-22 13:12:43 -04:00
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
2017-06-05 17:00:28 -04:00
|
|
|
<normaloff>:/locked.png</normaloff>:/locked.png</iconset>
|
2017-06-04 05:43:26 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-30 13:14:34 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="remoteStreamRateText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Remote stream rate (S/s)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0000000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="remoteStreamRateUnits">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>S/s</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-06-05 17:00:28 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="eventCountsReset">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Event counts reset</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>0</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="eventUnrecText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-06-05 19:53:21 -04:00
|
|
|
<width>25</width>
|
2017-06-05 17:00:28 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-04-21 17:14:14 -04:00
|
|
|
<string>Number of unrecoverable errors since event counts reset</string>
|
2017-06-05 17:00:28 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-06-05 19:53:21 -04:00
|
|
|
<string>000</string>
|
2017-06-05 17:00:28 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="eventRecText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2017-06-05 19:53:21 -04:00
|
|
|
<width>25</width>
|
2017-06-05 17:00:28 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of correctable errors since event counts reset</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-06-05 19:53:21 -04:00
|
|
|
<string>000</string>
|
2017-06-05 17:00:28 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="eventCountsTimeText">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Time since last event counts reset</string>
|
2017-06-04 05:43:26 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-06-05 17:00:28 -04:00
|
|
|
<string>00:00:00</string>
|
2017-06-04 05:43:26 -04:00
|
|
|
</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>
|
2017-05-15 17:51:50 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-08-29 19:56:53 -04:00
|
|
|
<layout class="QHBoxLayout" name="queueLengthLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="queueLengthLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>QL</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QProgressBar" name="queueLengthGauge">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Queue length gauge</string>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="queueLengthText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Queue length / Queue size</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>000/000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="apiAddressLayout">
|
2017-05-14 18:58:56 -04:00
|
|
|
<item>
|
2018-08-29 12:39:40 -04:00
|
|
|
<widget class="QLabel" name="apiAddressLabel">
|
2018-08-29 19:56:53 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-04-03 01:23:02 -04:00
|
|
|
<width>50</width>
|
2018-08-29 19:56:53 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-08-30 02:45:57 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Green if communication OK else KO</string>
|
|
|
|
</property>
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="text">
|
2021-04-03 01:23:02 -04:00
|
|
|
<string>Remote</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-08-29 12:39:40 -04:00
|
|
|
<widget class="QLineEdit" name="apiAddress">
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-08-29 19:56:53 -04:00
|
|
|
<width>120</width>
|
2017-05-15 17:51:50 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-09-10 18:24:18 -04:00
|
|
|
<string>Remote API IPv4 address</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
2017-05-21 18:04:54 -04:00
|
|
|
<property name="inputMask">
|
2017-05-15 17:51:50 -04:00
|
|
|
<string>000.000.000.000</string>
|
|
|
|
</property>
|
2017-05-21 18:04:54 -04:00
|
|
|
<property name="text">
|
2021-04-03 01:23:02 -04:00
|
|
|
<string>0.0.0.0</string>
|
2017-05-21 18:04:54 -04:00
|
|
|
</property>
|
2017-05-15 17:51:50 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-29 19:56:53 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="apiPortSeparator">
|
|
|
|
<property name="text">
|
|
|
|
<string>:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-15 17:51:50 -04:00
|
|
|
<item>
|
2018-08-29 12:39:40 -04:00
|
|
|
<widget class="QLineEdit" name="apiPort">
|
2018-08-29 19:56:53 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="toolTip">
|
2018-09-10 18:24:18 -04:00
|
|
|
<string>Remote API port</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
2017-05-21 18:04:54 -04:00
|
|
|
<property name="inputMask">
|
|
|
|
<string>00000</string>
|
|
|
|
</property>
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="text">
|
2017-05-21 18:04:54 -04:00
|
|
|
<string>0</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-29 19:56:53 -04:00
|
|
|
<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="QPushButton" name="apiApplyButton">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>30</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2021-04-03 01:23:02 -04:00
|
|
|
<string>Get remote information</string>
|
2018-08-29 19:56:53 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-04-03 01:23:02 -04:00
|
|
|
<string>Info</string>
|
2018-08-29 19:56:53 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="dataAddressLayout">
|
2017-05-15 17:51:50 -04:00
|
|
|
<item>
|
2018-08-29 12:39:40 -04:00
|
|
|
<widget class="QLabel" name="dataAddressLabel">
|
2018-08-29 19:56:53 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-04-03 01:23:02 -04:00
|
|
|
<width>50</width>
|
2018-08-29 19:56:53 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="text">
|
2018-08-29 12:39:40 -04:00
|
|
|
<string>Data</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-08-29 12:39:40 -04:00
|
|
|
<widget class="QLineEdit" name="dataAddress">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-08-29 19:56:53 -04:00
|
|
|
<width>120</width>
|
2018-08-29 12:39:40 -04:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
2018-08-29 19:56:53 -04:00
|
|
|
<property name="toolTip">
|
2018-09-10 18:24:18 -04:00
|
|
|
<string>Remote data connection IPv4 address</string>
|
2018-08-29 19:56:53 -04:00
|
|
|
</property>
|
2017-05-21 18:04:54 -04:00
|
|
|
<property name="inputMask">
|
2018-08-29 12:39:40 -04:00
|
|
|
<string>000.000.000.000</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
2017-05-21 18:04:54 -04:00
|
|
|
<property name="text">
|
2021-04-03 01:23:02 -04:00
|
|
|
<string>0.0.0.0</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-08-29 19:56:53 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="dataPortSeparator">
|
|
|
|
<property name="text">
|
|
|
|
<string>:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-15 17:51:50 -04:00
|
|
|
<item>
|
2018-08-29 12:39:40 -04:00
|
|
|
<widget class="QLineEdit" name="dataPort">
|
2018-08-29 19:56:53 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-09-10 18:24:18 -04:00
|
|
|
<string>Remote data connection port</string>
|
2018-08-29 19:56:53 -04:00
|
|
|
</property>
|
2018-08-29 12:39:40 -04:00
|
|
|
<property name="inputMask">
|
|
|
|
<string>00000</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-08-29 12:39:40 -04:00
|
|
|
<string>0</string>
|
2017-05-15 17:51:50 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-08-29 19:56:53 -04:00
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<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="QPushButton" name="dataApplyButton">
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2018-08-29 12:39:40 -04:00
|
|
|
<width>30</width>
|
2017-05-15 17:51:50 -04:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-08-29 19:56:53 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Set data address and port</string>
|
|
|
|
</property>
|
2017-05-15 17:51:50 -04:00
|
|
|
<property name="text">
|
2018-08-29 12:39:40 -04:00
|
|
|
<string>Set</string>
|
2017-05-14 18:58:56 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-08-30 13:14:34 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="statusLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="statusText">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="infoLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="infoText">
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-05-14 18:58:56 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
2017-10-22 13:12:43 -04:00
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
2017-05-14 18:58:56 -04:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|