2020-11-09 20:09:21 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SigMFFileInputGUI</class>
|
|
|
|
<widget class="QWidget" name="SigMFFileInputGUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>360</width>
|
|
|
|
<height>420</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>360</width>
|
|
|
|
<height>420</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Liberation Sans</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>SigMF File Input</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="horizontalLayout_freq">
|
|
|
|
<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="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>56</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-15 18:18:11 -05:00
|
|
|
<widget class="QLabel" name="centerFrequency">
|
2020-11-09 20:09:21 -05:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2021-12-15 18:18:11 -05:00
|
|
|
<width>170</width>
|
|
|
|
<height>0</height>
|
2020-11-09 20:09:21 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-12-15 18:18:11 -05:00
|
|
|
<family>Liberation Sans</family>
|
|
|
|
<pointsize>16</pointsize>
|
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
2020-11-09 20:09:21 -05:00
|
|
|
</font>
|
|
|
|
</property>
|
2021-12-15 18:18:11 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>10,000,000,000</string>
|
2020-11-09 20:09:21 -05:00
|
|
|
</property>
|
2021-12-15 18:18:11 -05:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2020-11-09 20:09:21 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-12-15 18:18:11 -05:00
|
|
|
<widget class="QLabel" name="freqUnits">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hz</string>
|
2020-11-09 20:09:21 -05:00
|
|
|
</property>
|
2021-12-15 18:18:11 -05:00
|
|
|
</widget>
|
2020-11-09 20:09:21 -05:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="freqRightlSpacer">
|
|
|
|
<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_freq">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="fileSelectionLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="showFileDialog">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Open file</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/preset-load.png</normaloff>:/preset-load.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="fileNameText">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>File currently opened</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_file">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="infoLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="infoDetails">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Record detailed information</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/info.png</normaloff>:/info.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="infoSummaryText">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Record summary information</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="rateTimeLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="sampleRateText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-12-15 18:18:11 -05:00
|
|
|
<family>Liberation Sans</family>
|
2020-11-09 20:09:21 -05:00
|
|
|
<pointsize>8</pointsize>
|
2021-12-15 18:18:11 -05:00
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
2020-11-09 20:09:21 -05:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Record 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>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="absTimeLine1">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="sampleSizeText">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-12-15 18:18:11 -05:00
|
|
|
<family>Liberation Sans</family>
|
2020-11-09 20:09:21 -05:00
|
|
|
<pointsize>8</pointsize>
|
2021-12-15 18:18:11 -05:00
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
2020-11-09 20:09:21 -05:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Record sample size (bits)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>00b</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="absTimeLine2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="crcLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-12-15 18:18:11 -05:00
|
|
|
<family>Liberation Sans</family>
|
2020-11-09 20:09:21 -05:00
|
|
|
<pointsize>8</pointsize>
|
2021-12-15 18:18:11 -05:00
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
2020-11-09 20:09:21 -05:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>CRC status: Green: OK Red: KO Grey: undefined</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>CRC</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="totalLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-12-15 18:18:11 -05:00
|
|
|
<family>Liberation Sans</family>
|
2020-11-09 20:09:21 -05:00
|
|
|
<pointsize>8</pointsize>
|
2021-12-15 18:18:11 -05:00
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
2020-11-09 20:09:21 -05:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Total samples check: Green: OK Red: KO Grey: undefined</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>TOT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="absTimeLine3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="absTimeText">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Record absolute time</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>2015-01-01 00:00:00.000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_rate">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTableWidget" name="captureTable">
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Datetime</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>F(Hz)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>SR(Hz)</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Time</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_trackNav">
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="trackNavTimeSlider">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Track time navigator</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="trackPlayControllLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="playTrackLoop">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Play track in a loop</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/playloop.png</normaloff>:/playloop.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="playTrack">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Track Play / Pause</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/play.png</normaloff>
|
|
|
|
<normalon>:/pause.png</normalon>
|
|
|
|
<disabledoff>:/stop.png</disabledoff>
|
|
|
|
<disabledon>:/stop.png</disabledon>
|
|
|
|
<activeoff>:/play.png</activeoff>
|
|
|
|
<activeon>:/pause.png</activeon>
|
|
|
|
<selectedoff>:/play.png</selectedoff>
|
|
|
|
<selectedon>:/pause.png</selectedon>:/play.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="trackPlaySpacer">
|
|
|
|
<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="trackNumberText">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Track number</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>000</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="trackLinePlay1">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="trackRelTimeText">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Track record time from start</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>00:00:00.000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="traclLinePlay2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="trackRecordLengthText">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Track total record time</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>00:00:00</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_fullNav">
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="fullNavTimeSlider">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Full time navigator</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>1000</number>
|
|
|
|
</property>
|
|
|
|
<property name="pageStep">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="fullPlayControllLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="playFullLoop">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Play record in a loop</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/playloop.png</normaloff>:/playloop.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ButtonSwitch" name="playFull">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Record Play / Pause</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
<normaloff>:/play.png</normaloff>
|
|
|
|
<normalon>:/pause.png</normalon>
|
|
|
|
<disabledoff>:/stop.png</disabledoff>
|
|
|
|
<disabledon>:/stop.png</disabledon>
|
|
|
|
<activeoff>:/play.png</activeoff>
|
|
|
|
<activeon>:/pause.png</activeon>
|
|
|
|
<selectedoff>:/play.png</selectedoff>
|
|
|
|
<selectedon>:/pause.png</selectedon>:/play.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="acceleration">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>45</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>45</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2021-12-15 18:18:11 -05:00
|
|
|
<family>Liberation Sans</family>
|
2020-11-09 20:09:21 -05:00
|
|
|
<pointsize>8</pointsize>
|
2021-12-15 18:18:11 -05:00
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
2020-11-09 20:09:21 -05:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Acceleration factor</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>5</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>20</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>50</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>100</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>200</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>500</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>1k</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="fullPlaySpacer">
|
|
|
|
<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="fullRelTimeText">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Full record time from start</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>00:00:00.000</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="fullPlayLine">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="fullRecordLengthText">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Full record time</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>00:00:00</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="padLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="verticaPadlSpacer">
|
|
|
|
<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>
|