mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-18 22:27:07 +01:00
Merge pull request #85 from schneider42/frequency-marking
feat(plotview): Draw a frequency scale
This commit is contained in:
@@ -58,9 +58,9 @@ SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent
|
||||
powerMinSlider->setRange(-140, 10);
|
||||
layout->addRow(new QLabel(tr("Power min:")), powerMinSlider);
|
||||
|
||||
timeScaleCheckBox = new QCheckBox(widget);
|
||||
timeScaleCheckBox->setCheckState(Qt::Checked);
|
||||
layout->addRow(new QLabel(tr("Time overlay:")), timeScaleCheckBox);
|
||||
scalesCheckBox = new QCheckBox(widget);
|
||||
scalesCheckBox->setCheckState(Qt::Checked);
|
||||
layout->addRow(new QLabel(tr("Scales:")), scalesCheckBox);
|
||||
|
||||
// Time selection settings
|
||||
layout->addRow(new QLabel()); // TODO: find a better way to add an empty row?
|
||||
|
||||
Reference in New Issue
Block a user