1143 lines
38 KiB
Plaintext
1143 lines
38 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>DialogModulation</class>
|
||
|
<widget class="QDialog" name="DialogModulation">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>977</width>
|
||
|
<height>1041</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Modulation</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset resource="urh.qrc">
|
||
|
<normaloff>:/icons/icons/modulation.svg</normaloff>:/icons/icons/modulation.svg</iconset>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<layout class="QGridLayout" name="gridLayout_5">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QComboBox" name="comboBoxCustomModulations">
|
||
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="insertPolicy">
|
||
|
<enum>QComboBox::InsertAtCurrent</enum>
|
||
|
</property>
|
||
|
<property name="sizeAdjustPolicy">
|
||
|
<enum>QComboBox::AdjustToContents</enum>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>My Modulation</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QToolButton" name="btnAddModulation">
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset theme="list-add">
|
||
|
<normaloff>.</normaloff>.</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="2">
|
||
|
<widget class="QToolButton" name="btnRemoveModulation">
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset theme="list-remove">
|
||
|
<normaloff>.</normaloff>.</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<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>965</width>
|
||
|
<height>984</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_7" rowstretch="0,1,0,1,0,1,0,0,1,0,0" columnstretch="0,0,0,0">
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label_5">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Data (raw bits)</string>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="2">
|
||
|
<widget class="QLabel" name="lEqual">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>32</width>
|
||
|
<height>32</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="pixmap">
|
||
|
<pixmap resource="urh.qrc">:/icons/icons/equals.svg</pixmap>
|
||
|
</property>
|
||
|
<property name="scaledContents">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QLabel" name="label_6">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Modulation</string>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="8" column="1">
|
||
|
<spacer name="horizontalSpacer_5">
|
||
|
<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 row="8" column="0">
|
||
|
<widget class="QLabel" name="label_7">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Original Signal (drag&drop)</string>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="3">
|
||
|
<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 row="4" column="1">
|
||
|
<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 row="0" column="0">
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Carrier</string>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="9" column="1" colspan="3">
|
||
|
<widget class="ZoomAndDropableGraphicView" name="gVOriginalSignal">
|
||
|
<property name="verticalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||
|
</property>
|
||
|
<property name="horizontalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
||
|
</property>
|
||
|
<property name="renderHints">
|
||
|
<set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing</set>
|
||
|
</property>
|
||
|
<property name="dragMode">
|
||
|
<enum>QGraphicsView::NoDrag</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="9" column="0">
|
||
|
<widget class="QScrollArea" name="scrollArea_5">
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::NoFrame</enum>
|
||
|
</property>
|
||
|
<property name="widgetResizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="scrollAreaWidgetContents_5">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>373</width>
|
||
|
<height>330</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_4">
|
||
|
<item row="3" column="1" colspan="2">
|
||
|
<widget class="QLabel" name="lCurrentSearchResult">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>-</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0" colspan="5">
|
||
|
<widget class="QCheckBox" name="cbShowDataBitsOnly">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Show Only Data Sequence
|
||
|
(10)</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QPushButton" name="btnSearchPrev">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset theme="go-previous">
|
||
|
<normaloff>.</normaloff>.</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="4">
|
||
|
<widget class="QLabel" name="lTotalSearchresults">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>-</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0" colspan="6">
|
||
|
<widget class="ModulatorTreeView" name="treeViewSignals">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="showDropIndicator" stdset="0">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="dragEnabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="dragDropMode">
|
||
|
<enum>QAbstractItemView::DragOnly</enum>
|
||
|
</property>
|
||
|
<property name="headerHidden">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="3">
|
||
|
<widget class="QLabel" name="lSlash">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>7</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>/</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="5">
|
||
|
<widget class="QPushButton" name="btnSearchNext">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset theme="go-next">
|
||
|
<normaloff>.</normaloff>.</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0" colspan="5">
|
||
|
<widget class="QCheckBox" name="chkBoxLockSIV">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Lock view to original signal</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="1">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lSamplesInViewModulatedText">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Samples in View:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lSamplesInViewModulated">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Shown Samples in View:</p><p><span style=" font-weight:600; color:#ff0000;">Red</span> - if samples in view differ from original signal</p><p><span style=" font-weight:600;">Normal</span> - if samples in view are equal to the original signal</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>101010121</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_9">
|
||
|
<property name="text">
|
||
|
<string>Samples selected:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lModulatedSelectedSamples">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QScrollArea" name="scrollArea_3">
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::NoFrame</enum>
|
||
|
</property>
|
||
|
<property name="widgetResizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="scrollAreaWidgetContents_3">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>373</width>
|
||
|
<height>141</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||
|
<item row="2" column="1">
|
||
|
<widget class="KillerDoubleSpinBox" name="spinBoxSampleRate">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="decimals">
|
||
|
<number>10</number>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<double>0.001000000000000</double>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>999999999.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<spacer name="verticalSpacer_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Sample Rate (Sps):</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Samples per Symbol:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QSpinBox" name="spinBoxSamplesPerSymbol">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>999999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0" colspan="2">
|
||
|
<widget class="QLineEdit" name="linEdDataBits">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="placeholderText">
|
||
|
<string>Enter Data Bits here</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QScrollArea" name="scrollArea_2">
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::NoFrame</enum>
|
||
|
</property>
|
||
|
<property name="widgetResizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>353</width>
|
||
|
<height>143</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="lCarrierFreq">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Frequency:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="KillerDoubleSpinBox" name="doubleSpinBoxCarrierFreq">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="suffix">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="decimals">
|
||
|
<number>10</number>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<double>0.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>99999999999.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Phase:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxCarrierPhase">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="suffix">
|
||
|
<string>°</string>
|
||
|
</property>
|
||
|
<property name="decimals">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>360.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0" colspan="2">
|
||
|
<widget class="QPushButton" name="btnAutoDetect">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Auto detect the frequency based on the original signal. You have to select a signal (<span style=" font-weight:600;">bottom of this window</span>) to use this feature.</p><p><br/></p><p>Select a signal by dragging it from the tree and dropping it on the graphics pane to the right.</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Auto detect from original signal</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<spacer name="verticalSpacer_3">
|
||
|
<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>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="2">
|
||
|
<widget class="QLabel" name="lPlus">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>32</width>
|
||
|
<height>32</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="pixmap">
|
||
|
<pixmap resource="urh.qrc">:/icons/icons/plus.svg</pixmap>
|
||
|
</property>
|
||
|
<property name="scaledContents">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1" colspan="3">
|
||
|
<widget class="ZoomableGraphicView" name="gVCarrier">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="acceptDrops">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="verticalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||
|
</property>
|
||
|
<property name="horizontalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
||
|
</property>
|
||
|
<property name="renderHints">
|
||
|
<set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing</set>
|
||
|
</property>
|
||
|
<property name="dragMode">
|
||
|
<enum>QGraphicsView::NoDrag</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<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 row="5" column="1" colspan="3">
|
||
|
<widget class="ZoomableGraphicView" name="gVModulated">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="acceptDrops">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="verticalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||
|
</property>
|
||
|
<property name="horizontalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
||
|
</property>
|
||
|
<property name="renderHints">
|
||
|
<set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing</set>
|
||
|
</property>
|
||
|
<property name="dragMode">
|
||
|
<enum>QGraphicsView::NoDrag</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1" colspan="3">
|
||
|
<widget class="ZoomableGraphicView" name="gVData">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="acceptDrops">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="verticalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||
|
</property>
|
||
|
<property name="horizontalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
||
|
</property>
|
||
|
<property name="renderHints">
|
||
|
<set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing</set>
|
||
|
</property>
|
||
|
<property name="dragMode">
|
||
|
<enum>QGraphicsView::NoDrag</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="0">
|
||
|
<widget class="QScrollArea" name="scrollArea_4">
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::NoFrame</enum>
|
||
|
</property>
|
||
|
<property name="widgetResizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="scrollAreaWidgetContents_4">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>353</width>
|
||
|
<height>227</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_3">
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QSpinBox" name="spinBoxBitsPerSymbol">
|
||
|
<property name="minimum">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>10</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QDoubleSpinBox" name="spinBoxGaussBT">
|
||
|
<property name="minimum">
|
||
|
<double>0.010000000000000</double>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>0.990000000000000</double>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<double>0.010000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QLabel" name="lGaussWidth">
|
||
|
<property name="text">
|
||
|
<string>Gauss filter width:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QLabel" name="lGaussBT">
|
||
|
<property name="text">
|
||
|
<string>Gauss BT:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="1">
|
||
|
<widget class="QDoubleSpinBox" name="spinBoxGaussFilterWidth">
|
||
|
<property name="minimum">
|
||
|
<double>0.010000000000000</double>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<double>100.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<double>0.010000000000000</double>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<double>1.000000000000000</double>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="labelBitsPerSymbol">
|
||
|
<property name="text">
|
||
|
<string>Bits per Symbol:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="0">
|
||
|
<spacer name="verticalSpacer_4">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="5" column="1">
|
||
|
<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>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QLineEdit" name="lineEditParameters">
|
||
|
<property name="clearButtonEnabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0" colspan="2">
|
||
|
<widget class="QComboBox" name="comboBoxModulationType">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Amplitude Shift Keying (ASK)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Frequency Shift Keying (FSK)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Gaussian Frequency Shift Keying (GFSK)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Phase Shift Keying (PSK)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="labelParameters">
|
||
|
<property name="text">
|
||
|
<string>Parameters:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="3">
|
||
|
<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 row="8" column="3">
|
||
|
<spacer name="horizontalSpacer_6">
|
||
|
<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 row="8" column="2">
|
||
|
<widget class="QLabel" name="lEqual_qm">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>32</width>
|
||
|
<height>32</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="pixmap">
|
||
|
<pixmap resource="urh.qrc">:/icons/icons/equals_qm.svg</pixmap>
|
||
|
</property>
|
||
|
<property name="scaledContents">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="10" column="1">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lSamplesInViewOrigSignalText">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Samples in View:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lSamplesInViewOrigSignal">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string><html><head/><body><p>Shown Samples in View:</p><p><span style=" font-weight:600; color:#ff0000;">Red</span> - if samples in view differ from original signal</p><p><span style=" font-weight:600;">Normal</span> - if samples in view are equal to the original signal</p></body></html></string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_10">
|
||
|
<property name="text">
|
||
|
<string>Samples selected:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="lOriginalSignalSamplesSelected">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</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>ZoomableGraphicView</class>
|
||
|
<extends>QGraphicsView</extends>
|
||
|
<header>urh.ui.views.ZoomableGraphicView.h</header>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>ZoomAndDropableGraphicView</class>
|
||
|
<extends>QGraphicsView</extends>
|
||
|
<header>urh.ui.views.ZoomAndDropableGraphicView.h</header>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>ModulatorTreeView</class>
|
||
|
<extends>QTreeView</extends>
|
||
|
<header>urh.ui.views.ModulatorTreeView.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<tabstops>
|
||
|
<tabstop>btnAddModulation</tabstop>
|
||
|
<tabstop>scrollArea_2</tabstop>
|
||
|
<tabstop>doubleSpinBoxCarrierFreq</tabstop>
|
||
|
<tabstop>doubleSpinBoxCarrierPhase</tabstop>
|
||
|
<tabstop>btnAutoDetect</tabstop>
|
||
|
<tabstop>scrollArea_3</tabstop>
|
||
|
<tabstop>linEdDataBits</tabstop>
|
||
|
<tabstop>spinBoxSamplesPerSymbol</tabstop>
|
||
|
<tabstop>spinBoxSampleRate</tabstop>
|
||
|
<tabstop>scrollArea_4</tabstop>
|
||
|
<tabstop>comboBoxModulationType</tabstop>
|
||
|
<tabstop>spinBoxBitsPerSymbol</tabstop>
|
||
|
<tabstop>lineEditParameters</tabstop>
|
||
|
<tabstop>spinBoxGaussBT</tabstop>
|
||
|
<tabstop>spinBoxGaussFilterWidth</tabstop>
|
||
|
<tabstop>scrollArea_5</tabstop>
|
||
|
<tabstop>treeViewSignals</tabstop>
|
||
|
<tabstop>chkBoxLockSIV</tabstop>
|
||
|
<tabstop>gVCarrier</tabstop>
|
||
|
<tabstop>gVData</tabstop>
|
||
|
<tabstop>gVModulated</tabstop>
|
||
|
<tabstop>gVOriginalSignal</tabstop>
|
||
|
<tabstop>cbShowDataBitsOnly</tabstop>
|
||
|
<tabstop>btnSearchPrev</tabstop>
|
||
|
<tabstop>btnSearchNext</tabstop>
|
||
|
<tabstop>btnRemoveModulation</tabstop>
|
||
|
<tabstop>comboBoxCustomModulations</tabstop>
|
||
|
<tabstop>scrollArea</tabstop>
|
||
|
</tabstops>
|
||
|
<resources>
|
||
|
<include location="urh.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|