mirror of
https://github.com/jopohl/urh.git
synced 2026-03-13 11:46:50 +01:00
1104 lines
39 KiB
XML
1104 lines
39 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SendRecvDialog</class>
|
|
<widget class="QDialog" name="SendRecvDialog">
|
|
<property name="windowModality">
|
|
<enum>Qt::NonModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Record Signal</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QSplitter" name="splitter">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>392</width>
|
|
<height>1111</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="labelDeviceArgs">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>If you only have one USRP connected you may leave this field empty, so your USRP gets detected automatically.</p><p>If you have multiple USRPs connected or need better control, enter a device identifier of your USRP here.</p><p>You may also enter other device arguments here.</p></body></html></string>
|
|
</property>
|
|
<property name="toolTipDuration">
|
|
<number>-1</number>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Device arguments:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="2">
|
|
<widget class="QSpinBox" name="spinBoxIFGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The IF Gain is applied to the Intermediate Frequency signal in your Software Defined Radio. An IF signal has a lower frequency than the high frequent RF signal, so signal processing can be applied more efficiently.</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="1">
|
|
<widget class="KillerDoubleSpinBox" name="spinBoxBandwidth">
|
|
<property name="decimals">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>0.001000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>1000000000000.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="23" column="1">
|
|
<widget class="QComboBox" name="comboBox_sniff_encoding"/>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="labelAntenna">
|
|
<property name="text">
|
|
<string>Antenna:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="22" column="1">
|
|
<widget class="QComboBox" name="comboBox_sniff_viewtype">
|
|
<item>
|
|
<property name="text">
|
|
<string>Bit</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Hex</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>ASCII</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="20" column="0">
|
|
<widget class="QLabel" name="label_sniff_Tolerance">
|
|
<property name="text">
|
|
<string>Error Tolerance:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QLabel" name="labelBandwidth">
|
|
<property name="text">
|
|
<string>Bandwidth (Hz):</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="14" column="1">
|
|
<widget class="QSpinBox" name="spinBoxNRepeat">
|
|
<property name="specialValueText">
|
|
<string>Infinite</string>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>999999999</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="KillerDoubleSpinBox" name="spinBoxSampleRate">
|
|
<property name="decimals">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>0.001000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>1000000000000.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="26" column="0" colspan="3">
|
|
<widget class="QTextEdit" name="txtEditErrors">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="13" column="1">
|
|
<widget class="QComboBox" name="comboBoxDirectSampling">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Set the direct sampling mode. If you do not know what to choose here, just set it to disabled. The<span style=" font-weight:600;"> native backend</span> is recommended, when using this setting.</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLineEdit" name="lineEditDeviceArgs">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>If you only have one USRP connected you may leave this field empty, so your USRP gets detected automatically.</p><p>If you have multiple USRPs connected or need better control, enter a device identifier of your USRP here.</p><p>You may also enter other device arguments here.</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="labelIP">
|
|
<property name="text">
|
|
<string>IP address:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="labelChannel">
|
|
<property name="text">
|
|
<string>Channel:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="21" column="0">
|
|
<widget class="QLabel" name="label_sniff_Modulation">
|
|
<property name="text">
|
|
<string>Modulation:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="21" column="1">
|
|
<widget class="QComboBox" name="combox_sniff_Modulation">
|
|
<item>
|
|
<property name="text">
|
|
<string>ASK</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>FSK</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>PSK</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QComboBox" name="comboBoxChannel"/>
|
|
</item>
|
|
<item row="22" column="0">
|
|
<widget class="QLabel" name="label_sniff_viewtype">
|
|
<property name="text">
|
|
<string>View:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QComboBox" name="comboBoxAntenna"/>
|
|
</item>
|
|
<item row="20" column="1">
|
|
<widget class="QSpinBox" name="spinbox_sniff_ErrorTolerance">
|
|
<property name="maximum">
|
|
<number>999999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>5</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="cbDevice">
|
|
<item>
|
|
<property name="text">
|
|
<string>USRP</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>HackRF</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="1">
|
|
<widget class="QSlider" name="sliderBasebandGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The baseband gain is applied to the baseband signal in your software defined radio. The baseband signal is at low frequency and gathered from the RF signal by <span style=" font-weight:600;">complex downsampling</span>.</p></body></html></string>
|
|
</property>
|
|
<property name="sliderPosition">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="invertedAppearance">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="invertedControls">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="tickPosition">
|
|
<enum>QSlider::NoTicks</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="2">
|
|
<widget class="QSpinBox" name="spinBoxGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The gain (more exactly RF gain) is the gain applied to the RF signal. This amplifies the high frequent signal arriving at the antenna of your Software Defined Radio.</p></body></html></string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>99</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>40</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="labelPort">
|
|
<property name="text">
|
|
<string>Port number:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="1">
|
|
<widget class="QSlider" name="sliderIFGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The IF Gain is applied to the Intermediate Frequency signal in your Software Defined Radio. An IF signal has a lower frequency than the high frequent RF signal, so signal processing can be applied more efficiently.</p></body></html></string>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="17" column="1">
|
|
<widget class="QSpinBox" name="spinbox_sniff_BitLen">
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>999999999</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="0">
|
|
<widget class="QLabel" name="labelIFGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The IF Gain is applied to the Intermediate Frequency signal in your Software Defined Radio. An IF signal has a lower frequency than the high frequent RF signal, so signal processing can be applied more efficiently.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>IF Gain:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="23" column="0">
|
|
<widget class="QLabel" name="label_sniff_encoding">
|
|
<property name="text">
|
|
<string>Encoding:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>Device:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLineEdit" name="lineEditIP">
|
|
<property name="text">
|
|
<string>127.0.0.1</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="24" column="0">
|
|
<widget class="QLabel" name="label_sniff_OutputFile">
|
|
<property name="text">
|
|
<string>Write bitstream to file:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="24" column="1">
|
|
<widget class="QLineEdit" name="lineEdit_sniff_OutputFile">
|
|
<property name="readOnly">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>None</string>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="17" column="0">
|
|
<widget class="QLabel" name="label_sniff_BitLength">
|
|
<property name="text">
|
|
<string>Bit Length:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="1">
|
|
<widget class="QSpinBox" name="spinBoxFreqCorrection">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Set the frequency correction in <span style=" font-weight:600;">ppm</span>. If you do not know what to enter here, just leave it to one.</p></body></html></string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>-1000</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>1000</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="0">
|
|
<widget class="QLabel" name="labelFreqCorrection">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Set the frequency correction in <span style=" font-weight:600;">ppm</span>. If you do not know what to enter here, just leave it to one.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Frequency correction:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="15" column="0">
|
|
<widget class="QLabel" name="label_sniff_Noise">
|
|
<property name="text">
|
|
<string>Noise:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="2" rowspan="2">
|
|
<widget class="QToolButton" name="btnLockBWSR">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../urh.qrc">
|
|
<normaloff>:/icons/data/icons/lock.svg</normaloff>:/icons/data/icons/lock.svg</iconset>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="13" column="0">
|
|
<widget class="QLabel" name="labelDirectSampling">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Set the direct sampling mode. If you do not know what to choose here, just set it to disabled. The<span style=" font-weight:600;"> native backend</span> is recommended, when using this setting.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Direct sampling:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="0">
|
|
<widget class="QLabel" name="labelBasebandGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The baseband gain is applied to the baseband signal in your software defined radio. The baseband signal is at low frequency and gathered from the RF signal by <span style=" font-weight:600;">complex downsampling</span>.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Baseband gain:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="labelSampleRate">
|
|
<property name="text">
|
|
<string>Sample rate (Sps):</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="0">
|
|
<widget class="QLabel" name="labelGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The gain (more exactly RF gain) is the gain applied to the RF signal. This amplifies the high frequent signal arriving at the antenna of your Software Defined Radio.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Gain:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="14" column="0">
|
|
<widget class="QLabel" name="labelNRepeat">
|
|
<property name="text">
|
|
<string>Repeat:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="labelFreq">
|
|
<property name="text">
|
|
<string>Frequency (Hz):</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="25" column="0" colspan="2">
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="lReceiveBufferFullText">
|
|
<property name="text">
|
|
<string>Receive buffer full:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="19" column="0">
|
|
<widget class="QProgressBar" name="progressBar">
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="format">
|
|
<string>%v/%m</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="18" column="0">
|
|
<widget class="QLabel" name="lSamplesSentText">
|
|
<property name="text">
|
|
<string>Samples sent:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<spacer name="verticalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>10</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="12" column="0">
|
|
<widget class="QLabel" name="lTimeText">
|
|
<property name="font">
|
|
<font>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Time (in seconds):</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="lSamplesCapturedText">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Samples captured:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<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>
|
|
<item>
|
|
<widget class="QToolButton" name="btnStart">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Record signal</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="media-record">
|
|
<normaloff>.</normaloff>.</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="btnStop">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Stop recording</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="media-playback-stop">
|
|
<normaloff>.</normaloff>.</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="btnSave">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="document-save">
|
|
<normaloff>.</normaloff>.</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="btnClear">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>42</width>
|
|
<height>42</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Clear</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="view-refresh">
|
|
<normaloff>.</normaloff>.</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</size>
|
|
</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>
|
|
</layout>
|
|
</item>
|
|
<item row="9" column="0">
|
|
<widget class="QLabel" name="lSignalSizeText">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Signal size (in MiB):</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0" colspan="2">
|
|
<widget class="QLabel" name="lSamplesCaptured">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="15" column="0" colspan="2">
|
|
<widget class="QLabel" name="lTime">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="0" colspan="2">
|
|
<widget class="QLabel" name="lSignalSize">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="16" column="0">
|
|
<widget class="QLabel" name="lblRepeatText">
|
|
<property name="text">
|
|
<string>Current iteration:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="17" column="0">
|
|
<widget class="QLabel" name="lblCurrentRepeatValue">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QLabel" name="labelReceiveBufferFull">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>0%</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="2">
|
|
<widget class="QSpinBox" name="spinBoxBasebandGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The baseband gain is applied to the baseband signal in your software defined radio. The baseband signal is at low frequency and gathered from the RF signal by <span style=" font-weight:600;">complex downsampling</span>.</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QSlider" name="sliderGain">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>The gain (more exactly RF gain) is the gain applied to the RF signal. This amplifies the high frequent signal arriving at the antenna of your Software Defined Radio.</p></body></html></string>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QSpinBox" name="spinBoxPort">
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>65535</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>1234</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="KillerDoubleSpinBox" name="spinBoxFreq">
|
|
<property name="decimals">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>0.001000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>1000000000000.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="15" column="1">
|
|
<widget class="QDoubleSpinBox" name="spinbox_sniff_Noise">
|
|
<property name="decimals">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="16" column="0">
|
|
<widget class="QLabel" name="label_sniff_Center">
|
|
<property name="text">
|
|
<string>Center:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="16" column="1">
|
|
<widget class="QDoubleSpinBox" name="spinbox_sniff_Center">
|
|
<property name="decimals">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>-3.140000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>3.140000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
<property name="currentIndex">
|
|
<number>2</number>
|
|
</property>
|
|
<widget class="QWidget" name="page_receive">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="LiveGraphicView" name="graphicsViewReceive">
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="page_send">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="EditableGraphicView" name="graphicsViewSend">
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="renderHints">
|
|
<set>QPainter::Antialiasing|QPainter::TextAntialiasing</set>
|
|
</property>
|
|
<property name="transformationAnchor">
|
|
<enum>QGraphicsView::NoAnchor</enum>
|
|
</property>
|
|
<property name="resizeAnchor">
|
|
<enum>QGraphicsView::NoAnchor</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="font">
|
|
<font>
|
|
<italic>true</italic>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Hint: You can edit the raw signal before sending.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="page_continuous_send">
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<item>
|
|
<widget class="LiveGraphicView" name="graphicsViewContinuousSend"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="page_sniff">
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
<item>
|
|
<widget class="LiveGraphicView" name="graphicsView_sniff_Preview"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPlainTextEdit" name="txtEd_sniff_Preview">
|
|
<property name="lineWrapMode">
|
|
<enum>QPlainTextEdit::NoWrap</enum>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="maximumBlockCount">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="btnAccept">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Accept the sniffed data and load it into <span style=" font-weight:600;">Analysis</span> tab.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Accept data (Open in Analysis)</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<item>
|
|
<widget class="QLabel" name="label_y_scale">
|
|
<property name="text">
|
|
<string>Y-Scale</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSlider" name="sliderYscale">
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>1000</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="tickInterval">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KillerDoubleSpinBox</class>
|
|
<extends>QDoubleSpinBox</extends>
|
|
<header>urh.ui.KillerDoubleSpinBox.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>LiveGraphicView</class>
|
|
<extends>QGraphicsView</extends>
|
|
<header>urh.ui.views.LiveGraphicView.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>EditableGraphicView</class>
|
|
<extends>QGraphicsView</extends>
|
|
<header>urh.ui.views.EditableGraphicView.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>cbDevice</tabstop>
|
|
<tabstop>lineEditDeviceArgs</tabstop>
|
|
<tabstop>lineEditIP</tabstop>
|
|
<tabstop>spinBoxPort</tabstop>
|
|
<tabstop>spinBoxFreq</tabstop>
|
|
<tabstop>spinBoxSampleRate</tabstop>
|
|
<tabstop>spinBoxBandwidth</tabstop>
|
|
<tabstop>btnLockBWSR</tabstop>
|
|
<tabstop>spinBoxGain</tabstop>
|
|
<tabstop>sliderGain</tabstop>
|
|
<tabstop>sliderIFGain</tabstop>
|
|
<tabstop>spinBoxIFGain</tabstop>
|
|
<tabstop>sliderBasebandGain</tabstop>
|
|
<tabstop>spinBoxBasebandGain</tabstop>
|
|
<tabstop>spinBoxFreqCorrection</tabstop>
|
|
<tabstop>comboBoxDirectSampling</tabstop>
|
|
<tabstop>spinBoxNRepeat</tabstop>
|
|
<tabstop>spinbox_sniff_BitLen</tabstop>
|
|
<tabstop>spinbox_sniff_ErrorTolerance</tabstop>
|
|
<tabstop>combox_sniff_Modulation</tabstop>
|
|
<tabstop>comboBox_sniff_viewtype</tabstop>
|
|
<tabstop>lineEdit_sniff_OutputFile</tabstop>
|
|
<tabstop>btnStart</tabstop>
|
|
<tabstop>btnStop</tabstop>
|
|
<tabstop>btnSave</tabstop>
|
|
<tabstop>btnClear</tabstop>
|
|
<tabstop>txtEd_sniff_Preview</tabstop>
|
|
<tabstop>sliderYscale</tabstop>
|
|
<tabstop>txtEditErrors</tabstop>
|
|
<tabstop>graphicsViewSend</tabstop>
|
|
<tabstop>graphicsViewReceive</tabstop>
|
|
<tabstop>btnAccept</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../urh.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|