Cleanup of Tool Tips and Tab Order.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7246 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-10-26 20:22:26 +00:00
parent f862c46e1f
commit fd7514c6fc
6 changed files with 94 additions and 37 deletions

View File

@ -35,10 +35,8 @@ EchoGraph::EchoGraph(QSettings * settings, QWidget *parent) :
ui->echoPlot->m_binsPerPixel=n; ui->echoPlot->m_binsPerPixel=n;
ui->binsPerPixelSpinBox->setValue(n); ui->binsPerPixelSpinBox->setValue(n);
ui->echoPlot->m_blue=m_settings->value("BlueCurve",false).toBool(); ui->echoPlot->m_blue=m_settings->value("BlueCurve",false).toBool();
ui->cbBlue->setChecked(ui->echoPlot->m_blue);
m_nColor=m_settings->value("EchoColors",0).toInt(); m_nColor=m_settings->value("EchoColors",0).toInt();
m_settings->endGroup(); m_settings->endGroup();
ui->cbBlue->setVisible(false); //Not using "blue" (for now, at least)
ui->echoPlot->setColors(m_nColor); ui->echoPlot->setColors(m_nColor);
} }
@ -79,12 +77,6 @@ void EchoGraph::on_smoothSpinBox_valueChanged(int n)
ui->echoPlot->draw(); ui->echoPlot->draw();
} }
void EchoGraph::on_cbBlue_toggled(bool checked)
{
ui->echoPlot->m_blue=checked;
ui->echoPlot->draw();
}
void EchoGraph::on_gainSlider_valueChanged(int value) void EchoGraph::on_gainSlider_valueChanged(int value)
{ {
ui->echoPlot->setPlotGain(value); ui->echoPlot->setPlotGain(value);

View File

@ -26,7 +26,6 @@ public:
private slots: private slots:
void on_smoothSpinBox_valueChanged(int n); void on_smoothSpinBox_valueChanged(int n);
void on_cbBlue_toggled(bool checked);
void on_gainSlider_valueChanged(int value); void on_gainSlider_valueChanged(int value);
void on_zeroSlider_valueChanged(int value); void on_zeroSlider_valueChanged(int value);
void on_binsPerPixelSpinBox_valueChanged(int n); void on_binsPerPixelSpinBox_valueChanged(int n);

View File

@ -97,6 +97,9 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Compression factor for frequency scale&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="prefix"> <property name="prefix">
<string>Bins/Pixel </string> <string>Bins/Pixel </string>
</property> </property>
@ -117,6 +120,9 @@
</item> </item>
<item> <item>
<widget class="QSlider" name="gainSlider"> <widget class="QSlider" name="gainSlider">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Echo spectrum gain&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="minimum"> <property name="minimum">
<number>-30</number> <number>-30</number>
</property> </property>
@ -153,6 +159,9 @@
</item> </item>
<item> <item>
<widget class="QSlider" name="zeroSlider"> <widget class="QSlider" name="zeroSlider">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Echo spectrum zero&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="minimum"> <property name="minimum">
<number>-150</number> <number>-150</number>
</property> </property>
@ -188,6 +197,9 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Smoothing of echo spectrum&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="prefix"> <property name="prefix">
<string>Smooth </string> <string>Smooth </string>
</property> </property>
@ -220,6 +232,9 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of echo transmissions averaged&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>N: 0</string> <string>N: 0</string>
</property> </property>
@ -228,13 +243,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QCheckBox" name="cbBlue">
<property name="text">
<string>Blue</string>
</property>
</widget>
</item>
<item> <item>
<widget class="QPushButton" name="pbColors"> <widget class="QPushButton" name="pbColors">
<property name="maximumSize"> <property name="maximumSize">
@ -243,6 +251,9 @@
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Click to cycle through a sequence of colors and line widths.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Colors</string> <string>Colors</string>
</property> </property>

View File

@ -214,6 +214,9 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="pbAutoLevel"> <widget class="QPushButton" name="pbAutoLevel">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set reasonable levels for the gain and zero sliders.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Auto Level</string> <string>Auto Level</string>
</property> </property>

View File

@ -376,7 +376,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Start monitoring</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Toggle monitoring On/Off&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QPushButton:checked { <string notr="true">QPushButton:checked {
@ -409,7 +409,7 @@
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Erase QSO Frequency window. Double-click for both windows</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Erase right window. Double-click for both windows.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Erase</string> <string>&amp;Erase</string>
@ -421,6 +421,9 @@
<property name="enabled"> <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clear the accumulating message averages.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Clear Avg</string> <string>Clear Avg</string>
</property> </property>
@ -505,7 +508,7 @@
<item> <item>
<widget class="QPushButton" name="tuneButton"> <widget class="QPushButton" name="tuneButton">
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Transmit a pure tone&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Toggle a pure Tx tone On/Off&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QPushButton:checked { <string notr="true">QPushButton:checked {
@ -689,7 +692,7 @@ QLabel[oob=&quot;true&quot;] {
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Check to generate JT4 or JT65 shorthand messages.</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to use short-format messages.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Sh</string> <string>Sh</string>
@ -699,7 +702,7 @@ QLabel[oob=&quot;true&quot;] {
<item> <item>
<widget class="QCheckBox" name="cbFast9"> <widget class="QCheckBox" name="cbFast9">
<property name="toolTip"> <property name="toolTip">
<string>Check for JT9 fast modes</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to enable JT9 fast modes&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Fast</string> <string>Fast</string>
@ -715,7 +718,7 @@ QLabel[oob=&quot;true&quot;] {
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to allow automatic sequencing of Tx messages based on received messages.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to enable automatic sequencing of Tx messages based on received messages.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Auto Seq</string> <string>Auto Seq</string>
@ -842,7 +845,7 @@ QLabel[oob=&quot;true&quot;] {
<item row="9" column="1"> <item row="9" column="1">
<widget class="QSpinBox" name="syncSpinBox"> <widget class="QSpinBox" name="syncSpinBox">
<property name="toolTip"> <property name="toolTip">
<string>Synchronizing threshold</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Synchronizing threshold. Lower numbers accept weaker sync signals.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
@ -900,7 +903,7 @@ QLabel[oob=&quot;true&quot;] {
<item row="7" column="1"> <item row="7" column="1">
<widget class="LettersSpinBox" name="sbSubmode"> <widget class="LettersSpinBox" name="sbSubmode">
<property name="toolTip"> <property name="toolTip">
<string>Submode controls tone spacing (A is narrowest)</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Submode determines tone spacing; A is narrowest.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
@ -985,7 +988,7 @@ QLabel[oob=&quot;true&quot;] {
<enum>QTabWidget::Triangular</enum> <enum>QTabWidget::Triangular</enum>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">
@ -2192,7 +2195,7 @@ list. The list can be maintained in Settings (F2).</string>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If orange or red there has been a rig control failure, click to reset and read the dial frequency.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If orange or red there has been a rig control failure, click to reset and read the dial frequency. S implies split mode.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QPushButton { <string notr="true">QPushButton {
@ -2267,7 +2270,7 @@ QPushButton[state=&quot;ok&quot;] {
<item row="0" column="0"> <item row="0" column="0">
<widget class="QComboBox" name="bandComboBox"> <widget class="QComboBox" name="bandComboBox">
<property name="toolTip"> <property name="toolTip">
<string>Select operating band or frequency in MHz</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select operating band or enter frequency in MHz&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="editable"> <property name="editable">
<bool>true</bool> <bool>true</bool>
@ -2873,18 +2876,52 @@ QPushButton[state=&quot;ok&quot;] {
<tabstop>stopButton</tabstop> <tabstop>stopButton</tabstop>
<tabstop>monitorButton</tabstop> <tabstop>monitorButton</tabstop>
<tabstop>EraseButton</tabstop> <tabstop>EraseButton</tabstop>
<tabstop>ClrAvgButton</tabstop>
<tabstop>DecodeButton</tabstop> <tabstop>DecodeButton</tabstop>
<tabstop>autoButton</tabstop> <tabstop>autoButton</tabstop>
<tabstop>stopTxButton</tabstop> <tabstop>stopTxButton</tabstop>
<tabstop>tuneButton</tabstop> <tabstop>tuneButton</tabstop>
<tabstop>bandComboBox</tabstop>
<tabstop>inGain</tabstop> <tabstop>inGain</tabstop>
<tabstop>dxCallEntry</tabstop>
<tabstop>dxGridEntry</tabstop>
<tabstop>lookupButton</tabstop>
<tabstop>addButton</tabstop>
<tabstop>txFirstCheckBox</tabstop>
<tabstop>TxFreqSpinBox</tabstop> <tabstop>TxFreqSpinBox</tabstop>
<tabstop>RxFreqSpinBox</tabstop>
<tabstop>sbFtol</tabstop>
<tabstop>rptSpinBox</tabstop>
<tabstop>sbTR</tabstop>
<tabstop>sbCQRxFreq</tabstop>
<tabstop>cbCQRx</tabstop>
<tabstop>cbShMsgs</tabstop>
<tabstop>cbFast9</tabstop>
<tabstop>cbAutoSeq</tabstop>
<tabstop>cbTx6</tabstop>
<tabstop>pbTxMode</tabstop>
<tabstop>pbR2T</tabstop>
<tabstop>pbT2R</tabstop>
<tabstop>cbTxLock</tabstop>
<tabstop>sbSubmode</tabstop>
<tabstop>syncSpinBox</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>pbCallCQ</tabstop>
<tabstop>pbAnswerCQ</tabstop>
<tabstop>pbAnswerCaller</tabstop>
<tabstop>pbSendReport</tabstop>
<tabstop>pbSendRRR</tabstop>
<tabstop>pbSend73</tabstop>
<tabstop>genMsg</tabstop>
<tabstop>rbGenMsg</tabstop>
<tabstop>freeTextMsg</tabstop>
<tabstop>rbFreeText</tabstop>
<tabstop>outAttenuation</tabstop>
<tabstop>genStdMsgsPushButton</tabstop> <tabstop>genStdMsgsPushButton</tabstop>
<tabstop>tx1</tabstop> <tabstop>tx1</tabstop>
<tabstop>tx2</tabstop> <tabstop>tx2</tabstop>
<tabstop>tx3</tabstop> <tabstop>tx3</tabstop>
<tabstop>tx4</tabstop> <tabstop>tx4</tabstop>
<tabstop>tx5</tabstop>
<tabstop>tx6</tabstop> <tabstop>tx6</tabstop>
<tabstop>txrb1</tabstop> <tabstop>txrb1</tabstop>
<tabstop>txrb2</tabstop> <tabstop>txrb2</tabstop>
@ -2898,15 +2935,18 @@ QPushButton[state=&quot;ok&quot;] {
<tabstop>txb4</tabstop> <tabstop>txb4</tabstop>
<tabstop>txb5</tabstop> <tabstop>txb5</tabstop>
<tabstop>txb6</tabstop> <tabstop>txb6</tabstop>
<tabstop>genMsg</tabstop> <tabstop>band_hopping_group_box</tabstop>
<tabstop>pbAnswerCaller</tabstop> <tabstop>band_hopping_schedule_push_button</tabstop>
<tabstop>rbFreeText</tabstop> <tabstop>cbUploadWSPR_Spots</tabstop>
<tabstop>pbSendRRR</tabstop> <tabstop>WSPR_prefer_type_1_check_box</tabstop>
<tabstop>pbAnswerCQ</tabstop> <tabstop>pbTxNext</tabstop>
<tabstop>pbSendReport</tabstop> <tabstop>TxPowerComboBox</tabstop>
<tabstop>pbSend73</tabstop> <tabstop>WSPRfreqSpinBox</tabstop>
<tabstop>rbGenMsg</tabstop> <tabstop>decodedTextBrowser2</tabstop>
<tabstop>pbCallCQ</tabstop> <tabstop>decodedTextBrowser</tabstop>
<tabstop>bandComboBox</tabstop>
<tabstop>sbTxPercent</tabstop>
<tabstop>readFreq</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections/>

View File

@ -397,6 +397,9 @@
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter definition for a new color palette.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Adjust...</string> <string>Adjust...</string>
</property> </property>
@ -537,6 +540,9 @@
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Set fractionalsizeof spectrum below waterfall.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
@ -561,6 +567,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<widget class="QCheckBox" name="cbFlatten"> <widget class="QCheckBox" name="cbFlatten">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Flatten the spectral baseline over the full displayed interval.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Flatten</string> <string>Flatten</string>
</property> </property>
@ -568,6 +577,9 @@
</item> </item>
<item> <item>
<widget class="QCheckBox" name="cbRef"> <widget class="QCheckBox" name="cbRef">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Compute and save a reference spectrum. (Not yet fully implemented.)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Ref Spec</string> <string>Ref Spec</string>
</property> </property>