controls: Add enable cursors checkbox

This commit is contained in:
Mike Walters
2016-03-03 15:52:53 +00:00
parent 570056460b
commit 342ab93542
2 changed files with 5 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent
powerMinSlider->setValue(-50);
layout->addRow(new QLabel(tr("Power min:")), powerMinSlider);
cursorsCheckBox = new QCheckBox(widget);
cursorsCheckBox->setCheckState(Qt::Unchecked);
layout->addRow(new QLabel(tr("Enable cursors:")), cursorsCheckBox);
cursorFrequencyLabel = new QLabel();
layout->addRow(new QLabel(tr("Cursor frequency:")), cursorFrequencyLabel);