Option to display only the current span in smithchart

This commit is contained in:
Jan Käberich 2020-11-06 13:05:09 +01:00
parent c3bcb70d87
commit 1dab72238b
12 changed files with 194 additions and 60 deletions

View file

@ -22,7 +22,7 @@ DeviceLog::DeviceLog(QWidget *parent) :
}
});
connect(ui->numLines, qOverload<int>(&QSpinBox::valueChanged), [=](int lines) {
ui->text->setMaximumBlockCount(lines);
ui->text->setMaximumBlockCount(lines );
});
}