mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-04 07:24:21 +01:00
controls: Add enable cursors checkbox
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user