1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-11 00:30:26 -05:00

400 lines
9.4 KiB
Plaintext
Raw Normal View History

2015-01-11 00:12:58 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LoRaDemodGUI</class>
<widget class="RollupWidget" name="LoRaDemodGUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2020-01-30 18:26:43 +01:00
<width>350</width>
2020-02-08 18:21:38 +01:00
<height>500</height>
2015-01-11 00:12:58 +00:00
</rect>
</property>
2020-01-30 18:26:43 +01:00
<property name="minimumSize">
<size>
<width>350</width>
2020-02-08 18:21:38 +01:00
<height>500</height>
2020-01-30 18:26:43 +01:00
</size>
</property>
<property name="font">
<font>
<family>Liberation Sans</family>
<pointsize>9</pointsize>
</font>
</property>
2015-01-11 00:12:58 +00:00
<property name="windowTitle">
<string>LoRa Demodulator</string>
</property>
<widget class="QWidget" name="settingsContainer" native="true">
<property name="geometry">
<rect>
2020-01-30 18:26:43 +01:00
<x>10</x>
2020-02-08 18:21:38 +01:00
<y>20</y>
2020-01-30 18:26:43 +01:00
<width>331</width>
2020-02-08 18:21:38 +01:00
<height>112</height>
2015-01-11 00:12:58 +00:00
</rect>
</property>
2020-02-08 18:21:38 +01:00
<property name="minimumSize">
<size>
<width>0</width>
<height>112</height>
</size>
</property>
2015-01-11 00:12:58 +00:00
<property name="windowTitle">
2020-02-08 18:21:38 +01:00
<string>RF/demod Settings</string>
2015-01-11 00:12:58 +00:00
</property>
2020-02-08 18:21:38 +01:00
<widget class="QLabel" name="bwLabel">
<property name="geometry">
<rect>
<x>2</x>
<y>50</y>
<width>22</width>
<height>16</height>
</rect>
</property>
2020-02-08 18:21:38 +01:00
<property name="text">
<string>BW</string>
</property>
2020-02-08 18:21:38 +01:00
</widget>
<widget class="QLabel" name="spreadLabel">
<property name="geometry">
<rect>
<x>2</x>
<y>70</y>
<width>22</width>
<height>16</height>
</rect>
</property>
2020-02-08 18:21:38 +01:00
<property name="text">
<string>SF</string>
</property>
</widget>
<widget class="QSlider" name="BW">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>180</width>
<height>16</height>
</rect>
</property>
<property name="toolTip">
<string>Bandwidth</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="pageStep">
<number>1</number>
</property>
<property name="value">
<number>5</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="Spread">
<property name="geometry">
<rect>
<x>30</x>
<y>70</y>
<width>100</width>
<height>16</height>
</rect>
</property>
<property name="toolTip">
<string>Spreading factor</string>
</property>
<property name="minimum">
<number>7</number>
</property>
<property name="maximum">
<number>12</number>
</property>
<property name="pageStep">
<number>1</number>
</property>
<property name="value">
<number>10</number>
</property>
<property name="sliderPosition">
<number>10</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="SpreadText">
<property name="geometry">
<rect>
<x>140</x>
<y>70</y>
<width>30</width>
<height>16</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>10</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="BWText">
<property name="geometry">
<rect>
<x>240</x>
<y>50</y>
<width>80</width>
<height>16</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>7813 Hz</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="deBitsLabel">
<property name="geometry">
<rect>
<x>190</x>
<y>70</y>
<width>22</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>DE</string>
</property>
</widget>
<widget class="QLabel" name="deBitsText">
<property name="geometry">
<rect>
<x>290</x>
<y>70</y>
<width>30</width>
<height>16</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QSlider" name="deBits">
<property name="geometry">
<rect>
<x>220</x>
<y>70</y>
<width>60</width>
<height>16</height>
</rect>
</property>
<property name="toolTip">
<string>Low data rate optimize (DE) bits</string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
2015-01-11 00:12:58 +00:00
<number>2</number>
</property>
2020-02-08 18:21:38 +01:00
<property name="pageStep">
<number>1</number>
2015-01-11 00:12:58 +00:00
</property>
2020-02-08 18:21:38 +01:00
<property name="value">
<number>0</number>
</property>
<property name="sliderPosition">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>311</width>
<height>26</height>
</rect>
</property>
<layout class="QHBoxLayout" name="deltaFrequencyLayout">
<item>
<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="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>
<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>
</widget>
2015-01-11 00:12:58 +00:00
</widget>
<widget class="QWidget" name="spectrumContainer" native="true">
<property name="geometry">
<rect>
2020-01-30 18:26:43 +01:00
<x>10</x>
2015-01-11 00:12:58 +00:00
<y>140</y>
2020-01-30 18:26:43 +01:00
<width>331</width>
2020-02-08 18:21:38 +01:00
<height>341</height>
2015-01-11 00:12:58 +00:00
</rect>
</property>
<property name="windowTitle">
2020-02-08 18:21:38 +01:00
<string>De-chirped Spectrum</string>
2015-01-11 00:12:58 +00:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
2015-01-11 00:12:58 +00:00
<number>3</number>
</property>
<item>
<widget class="GLSpectrum" name="glSpectrum" native="true">
<property name="minimumSize">
<size>
2020-01-30 18:26:43 +01:00
<width>0</width>
2020-02-08 18:21:38 +01:00
<height>300</height>
2015-01-11 00:12:58 +00:00
</size>
</property>
</widget>
</item>
<item>
<widget class="GLSpectrumGUI" name="spectrumGUI" native="true"/>
</item>
</layout>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>RollupWidget</class>
2015-01-11 00:12:58 +00:00
<extends>QWidget</extends>
<header>gui/rollupwidget.h</header>
2015-01-11 00:12:58 +00:00
<container>1</container>
</customwidget>
<customwidget>
<class>GLSpectrum</class>
2015-01-11 00:12:58 +00:00
<extends>QWidget</extends>
<header>gui/glspectrum.h</header>
2015-01-11 00:12:58 +00:00
<container>1</container>
</customwidget>
<customwidget>
<class>GLSpectrumGUI</class>
2015-01-11 00:12:58 +00:00
<extends>QWidget</extends>
<header>gui/glspectrumgui.h</header>
2015-01-11 00:12:58 +00:00
<container>1</container>
</customwidget>
2020-02-08 18:21:38 +01:00
<customwidget>
<class>ValueDialZ</class>
<extends>QWidget</extends>
<header>gui/valuedialz.h</header>
<container>1</container>
</customwidget>
2015-01-11 00:12:58 +00:00
</customwidgets>
2020-02-08 18:21:38 +01:00
<resources>
<include location="../../../sdrgui/resources/res.qrc"/>
</resources>
2015-01-11 00:12:58 +00:00
<connections/>
</ui>