2020-07-08 01:46:35 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>SigMFFileSinkGUI</class>
|
|
|
|
|
<widget class="RollupWidget" name="SigMFFileSinkGUI">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2020-07-08 20:05:23 +02:00
|
|
|
<width>494</width>
|
|
|
|
|
<height>102</height>
|
2020-07-08 01:46:35 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2020-07-08 20:05:23 +02:00
|
|
|
<width>494</width>
|
|
|
|
|
<height>102</height>
|
2020-07-08 01:46:35 +02:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<family>Liberation Sans</family>
|
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>SigMF File Sink</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="statusTip">
|
|
|
|
|
<string>SigMF File Sink</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="settingsContainer" native="true">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2020-07-08 20:05:23 +02:00
|
|
|
<width>492</width>
|
|
|
|
|
<height>100</height>
|
2020-07-08 01:46:35 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>492</width>
|
|
|
|
|
<height>100</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Settings</string>
|
|
|
|
|
</property>
|
2020-07-08 20:05:23 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
|
2020-07-08 01:46:35 +02:00
|
|
|
<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>
|
2020-07-08 20:05:23 +02:00
|
|
|
<layout class="QHBoxLayout" name="deltaFrequencyLayout">
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>2</number>
|
2020-07-08 01:46:35 +02:00
|
|
|
</property>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<widget class="QLabel" name="deltaFrequencyLabel">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Df</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="ValueDialZ" name="deltaFrequency" native="true">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>32</width>
|
|
|
|
|
<height>16</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<family>Liberation Mono</family>
|
|
|
|
|
<pointsize>12</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="cursor">
|
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="focusPolicy">
|
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Demod shift frequency from center in Hz</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="deltaUnits">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hz </string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="ButtonSwitch" name="nco">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>NCO</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="decimationLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Dec</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="decimationFactor">
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>55</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Decimation factor</string>
|
2020-07-08 01:46:35 +02:00
|
|
|
</property>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>1</string>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>2</string>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>4</string>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>8</string>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>16</string>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>32</string>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="text">
|
|
|
|
|
<string>64</string>
|
|
|
|
|
</property>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
2020-07-08 20:05:23 +02:00
|
|
|
</widget>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2020-07-08 01:46:35 +02:00
|
|
|
</property>
|
2020-07-08 20:05:23 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<widget class="QLabel" name="channelRateText">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>50</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Effective channel rate (kS/s)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0000k</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2020-07-08 01:46:35 +02:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2020-07-08 20:05:23 +02:00
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="decimationShiftLayout">
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>10</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="positionLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Pos</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="position">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Center frequency position</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="pageStep">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="filterChainIndex">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>24</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Filter chain hash code</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>000</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="filterChainText">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>50</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Filter chain stages left to right (L: low, C: center, H: high) </string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>LLLLLL</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="fileNameLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="ButtonSwitch" name="record">
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>24</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../../../sdrgui/resources/res.qrc">
|
|
|
|
|
<normaloff>:/record_off.png</normaloff>:/record_off.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<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>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>File currently opened</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2020-07-08 01:46:35 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>RollupWidget</class>
|
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
|
<header>gui/rollupwidget.h</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>ButtonSwitch</class>
|
|
|
|
|
<extends>QToolButton</extends>
|
|
|
|
|
<header>gui/buttonswitch.h</header>
|
|
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>ValueDialZ</class>
|
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
|
<header>gui/valuedialz.h</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
|
|
|
|
<resources>
|
|
|
|
|
<include location="../../../sdrgui/resources/res.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|