Added missing tooltips in channel GUIs

This commit is contained in:
Edouard Griffiths 2016-01-12 13:14:14 +01:00
parent 3c3d4e3b41
commit 1c6f97bba9
7 changed files with 178 additions and 19 deletions

View File

@ -178,6 +178,9 @@
</item>
<item>
<widget class="QSlider" name="rfBW">
<property name="toolTip">
<string>Demodulator (RF) bandwidth</string>
</property>
<property name="maximum">
<number>8</number>
</property>
@ -221,6 +224,9 @@
</item>
<item>
<widget class="QSlider" name="afBW">
<property name="toolTip">
<string>Audio bandwidth</string>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -267,6 +273,9 @@
</item>
<item>
<widget class="QSlider" name="volume">
<property name="toolTip">
<string>Volume</string>
</property>
<property name="maximum">
<number>100</number>
</property>
@ -310,6 +319,9 @@
</item>
<item>
<widget class="QSlider" name="squelch">
<property name="toolTip">
<string>Squelch</string>
</property>
<property name="minimum">
<number>-100</number>
</property>

View File

@ -258,6 +258,9 @@
</item>
<item>
<widget class="QSlider" name="rfBW">
<property name="toolTip">
<string>Demodulator (RF) bandwidth</string>
</property>
<property name="maximum">
<number>8</number>
</property>
@ -301,6 +304,9 @@
</item>
<item>
<widget class="QSlider" name="afBW">
<property name="toolTip">
<string>Audio bandwidth</string>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -311,7 +317,7 @@
<number>1</number>
</property>
<property name="value">
<number>3</number>
<number>15</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
@ -327,7 +333,7 @@
</size>
</property>
<property name="text">
<string>3 kHz</string>
<string>15 kHz</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -347,6 +353,9 @@
</item>
<item>
<widget class="QSlider" name="volume">
<property name="toolTip">
<string>Volume</string>
</property>
<property name="maximum">
<number>100</number>
</property>
@ -387,6 +396,9 @@
</item>
<item>
<widget class="QSlider" name="squelch">
<property name="toolTip">
<string>Squelch</string>
</property>
<property name="minimum">
<number>-100</number>
</property>
@ -1761,11 +1773,6 @@
</widget>
</widget>
<customwidgets>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>RollupWidget</class>
<extends>QWidget</extends>
@ -1778,6 +1785,11 @@
<header>gui/valuedial.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget>
<class>GLSpectrum</class>
<extends>QWidget</extends>

View File

@ -41,7 +41,16 @@
<property name="spacing">
<number>3</number>
</property>
<property name="margin">
<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>
@ -221,6 +230,9 @@
</item>
<item>
<widget class="QSlider" name="spanLog2">
<property name="toolTip">
<string>Channel sample rate</string>
</property>
<property name="minimum">
<number>0</number>
</property>
@ -259,6 +271,9 @@
</item>
<item>
<widget class="QCheckBox" name="ssb">
<property name="toolTip">
<string>SSB/DSB togggle</string>
</property>
<property name="text">
<string>SSB</string>
</property>
@ -277,6 +292,9 @@
</item>
<item>
<widget class="QSlider" name="BW">
<property name="toolTip">
<string>Lowpass filter cutoff frequency</string>
</property>
<property name="minimum">
<number>-60</number>
</property>
@ -323,6 +341,9 @@
</item>
<item>
<widget class="QSlider" name="lowCut">
<property name="toolTip">
<string>Highpass filter cutoff frequency (SSB)</string>
</property>
<property name="minimum">
<number>-60</number>
</property>
@ -376,7 +397,16 @@
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>
@ -416,7 +446,16 @@
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>

View File

@ -160,6 +160,9 @@
</item>
<item>
<widget class="QSlider" name="rfBW">
<property name="toolTip">
<string>Demodulator (RF) bandwidth</string>
</property>
<property name="maximum">
<number>8</number>
</property>
@ -203,6 +206,9 @@
</item>
<item>
<widget class="QSlider" name="afBW">
<property name="toolTip">
<string>Audio bandwidth</string>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -249,6 +255,9 @@
</item>
<item>
<widget class="QSlider" name="volume">
<property name="toolTip">
<string>Volume</string>
</property>
<property name="maximum">
<number>100</number>
</property>
@ -293,7 +302,7 @@
<item>
<widget class="QSlider" name="squelch">
<property name="toolTip">
<string>Threshold min/max in dB</string>
<string>Squelch</string>
</property>
<property name="minimum">
<number>-1000</number>

View File

@ -41,7 +41,16 @@
<property name="spacing">
<number>3</number>
</property>
<property name="margin">
<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>
@ -149,7 +158,7 @@
<item>
<widget class="QToolButton" name="audioBinaural">
<property name="toolTip">
<string>Binaural I/Q audio</string>
<string>Toggle btw Mono and Binaural I/Q audio</string>
</property>
<property name="text">
<string>...</string>
@ -215,6 +224,9 @@
</item>
<item>
<widget class="QSlider" name="spanLog2">
<property name="toolTip">
<string>Channel sample rate</string>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -264,6 +276,9 @@
</item>
<item>
<widget class="QSlider" name="BW">
<property name="toolTip">
<string>Lowpass filter cutoff frequency</string>
</property>
<property name="minimum">
<number>-60</number>
</property>
@ -310,6 +325,9 @@
</item>
<item>
<widget class="QSlider" name="lowCut">
<property name="toolTip">
<string>Highpass filter cutoff frequency (SSB)</string>
</property>
<property name="minimum">
<number>-60</number>
</property>
@ -356,6 +374,9 @@
</item>
<item>
<widget class="QSlider" name="volume">
<property name="toolTip">
<string>Volume</string>
</property>
<property name="maximum">
<number>100</number>
</property>
@ -403,7 +424,16 @@
<property name="spacing">
<number>2</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>

View File

@ -32,7 +32,16 @@
<string>Settings</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<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>
<property name="spacing">
@ -47,6 +56,9 @@
</item>
<item row="2" column="0">
<widget class="QComboBox" name="sampleFormat">
<property name="toolTip">
<string>Sample format</string>
</property>
<property name="currentIndex">
<number>2</number>
</property>
@ -69,6 +81,9 @@
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="rfBandwidth">
<property name="toolTip">
<string>Channel bandwidth</string>
</property>
<property name="text">
<string>32000</string>
</property>
@ -97,6 +112,9 @@
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="sampleRate">
<property name="toolTip">
<string>Data stream sample rate</string>
</property>
<property name="text">
<string>48000</string>
</property>
@ -104,6 +122,9 @@
</item>
<item row="4" column="0">
<widget class="QLineEdit" name="tcpPort">
<property name="toolTip">
<string>TCP port number</string>
</property>
<property name="text">
<string>9999</string>
</property>
@ -114,6 +135,9 @@
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Apply changes</string>
</property>
<property name="text">
<string>Apply</string>
</property>
@ -297,6 +321,9 @@
</item>
<item>
<widget class="QSlider" name="boost">
<property name="toolTip">
<string>Amplitude boost</string>
</property>
<property name="maximum">
<number>3</number>
</property>
@ -335,7 +362,16 @@
<property name="spacing">
<number>3</number>
</property>
<property name="margin">
<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>
@ -369,7 +405,16 @@
<property name="spacing">
<number>3</number>
</property>
<property name="margin">
<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>

View File

@ -157,6 +157,9 @@
</item>
<item>
<widget class="QSlider" name="rfBW">
<property name="toolTip">
<string>Demodulator (RF) bandwidth</string>
</property>
<property name="maximum">
<number>8</number>
</property>
@ -200,6 +203,9 @@
</item>
<item>
<widget class="QSlider" name="afBW">
<property name="toolTip">
<string>Audio bandwidth</string>
</property>
<property name="minimum">
<number>1</number>
</property>
@ -210,7 +216,7 @@
<number>1</number>
</property>
<property name="value">
<number>3</number>
<number>15</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
@ -226,7 +232,7 @@
</size>
</property>
<property name="text">
<string>3 kHz</string>
<string>15 kHz</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@ -246,6 +252,9 @@
</item>
<item>
<widget class="QSlider" name="volume">
<property name="toolTip">
<string>Volume</string>
</property>
<property name="maximum">
<number>100</number>
</property>
@ -289,6 +298,9 @@
</item>
<item>
<widget class="QSlider" name="squelch">
<property name="toolTip">
<string>Squelch</string>
</property>
<property name="minimum">
<number>-100</number>
</property>