mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-04 07:24:21 +01:00
controls: Remove time scale checkbox
This commit is contained in:
@@ -56,10 +56,6 @@ SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent
|
||||
powerMinSlider->setValue(-50);
|
||||
layout->addRow(new QLabel(tr("Power min:")), powerMinSlider);
|
||||
|
||||
timeScaleCheckBox = new QCheckBox(widget);
|
||||
timeScaleCheckBox->setCheckState(Qt::Checked);
|
||||
layout->addRow(new QLabel(tr("time overlay:")), timeScaleCheckBox);
|
||||
|
||||
cursorFrequencyLabel = new QLabel();
|
||||
layout->addRow(new QLabel(tr("Cursor frequency:")), cursorFrequencyLabel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user