mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-14 06:44:35 -04:00
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:
@@ -35,10 +35,8 @@ EchoGraph::EchoGraph(QSettings * settings, QWidget *parent) :
|
||||
ui->echoPlot->m_binsPerPixel=n;
|
||||
ui->binsPerPixelSpinBox->setValue(n);
|
||||
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_settings->endGroup();
|
||||
ui->cbBlue->setVisible(false); //Not using "blue" (for now, at least)
|
||||
ui->echoPlot->setColors(m_nColor);
|
||||
}
|
||||
|
||||
@@ -79,12 +77,6 @@ void EchoGraph::on_smoothSpinBox_valueChanged(int n)
|
||||
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)
|
||||
{
|
||||
ui->echoPlot->setPlotGain(value);
|
||||
|
||||
Reference in New Issue
Block a user