mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-06 16:27:14 +01:00
Added cursors
This commit is contained in:
@@ -60,6 +60,18 @@ SpectrogramControls::SpectrogramControls(const QString & title, QWidget * parent
|
||||
timeScaleCheckBox->setCheckState(Qt::Checked);
|
||||
layout->addRow(new QLabel(tr("time overlay:")), timeScaleCheckBox);
|
||||
|
||||
cursorFrequencyLabel = new QLabel();
|
||||
layout->addRow(new QLabel(tr("Cursor frequency:")), cursorFrequencyLabel);
|
||||
|
||||
cursorTimeLabel = new QLabel();
|
||||
layout->addRow(new QLabel(tr("Cursor time:")), cursorTimeLabel);
|
||||
|
||||
deltaFrequencyLabel = new QLabel();
|
||||
layout->addRow(new QLabel(tr("Delta frequency:")), deltaFrequencyLabel);
|
||||
|
||||
deltaTimeLabel = new QLabel();
|
||||
layout->addRow(new QLabel(tr("Delta time:")), deltaTimeLabel);
|
||||
|
||||
widget->setLayout(layout);
|
||||
setWidget(widget);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user