Added tooltips to waterfall controls
This commit is contained in:
parent
b34956457c
commit
1f3168b115
@ -9476,6 +9476,7 @@ void MainWindow::handle_transceiver_update (Transceiver::TransceiverState const&
|
||||
}
|
||||
if (m_astroWidget) m_astroWidget->nominal_frequency (m_freqNominal, m_freqTxNominal);
|
||||
}
|
||||
|
||||
// ensure frequency display is correct
|
||||
if (m_astroWidget && old_state.ptt () != s.ptt ()) setRig ();
|
||||
|
||||
|
@ -775,3 +775,8 @@ void WideGraph::setDrift(int n){
|
||||
ui->driftSpinBox->setValue(n);
|
||||
}
|
||||
}
|
||||
|
||||
void WideGraph::setQSYEnabled(bool enabled){
|
||||
ui->qsyPushButton->setEnabled(enabled);
|
||||
ui->centerSpinBox->setEnabled(enabled);
|
||||
}
|
||||
|
@ -72,6 +72,7 @@ public slots:
|
||||
void setControlsVisible(bool visible);
|
||||
bool controlsVisible();
|
||||
void setDrift(int n);
|
||||
void setQSYEnabled(bool enabled);
|
||||
|
||||
protected:
|
||||
void keyPressEvent (QKeyEvent *e) override;
|
||||
|
11
widegraph.ui
11
widegraph.ui
@ -160,7 +160,7 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-158</y>
|
||||
<y>0</y>
|
||||
<width>267</width>
|
||||
<height>338</height>
|
||||
</rect>
|
||||
@ -169,7 +169,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox_7">
|
||||
<property name="title">
|
||||
<string>Dial</string>
|
||||
<string>Offset</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_11">
|
||||
<item>
|
||||
@ -205,6 +205,9 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout_9">
|
||||
<item>
|
||||
<widget class="QPushButton" name="qsyPushButton">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Adjust the dial frequency to center the current offset at the center of the bandpass (position defined below).</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>QSY</string>
|
||||
</property>
|
||||
@ -358,7 +361,7 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-435</y>
|
||||
<y>0</y>
|
||||
<width>267</width>
|
||||
<height>615</height>
|
||||
</rect>
|
||||
@ -837,7 +840,7 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-32</y>
|
||||
<y>0</y>
|
||||
<width>281</width>
|
||||
<height>198</height>
|
||||
</rect>
|
||||
|
Loading…
Reference in New Issue
Block a user