optional 2xthru impedance correction

This commit is contained in:
Jan Käberich 2021-02-11 16:59:59 +01:00
parent 0f7c397a8a
commit 7352ad07b5
14 changed files with 1265 additions and 367 deletions

View file

@ -67,6 +67,7 @@ void MatchingNetwork::edit()
auto dialog = new QDialog();
auto ui = new Ui::MatchingNetworkDialog();
ui->setupUi(dialog);
dialog->setModal(true);
graph = new QWidget();
ui->scrollArea->setWidget(graph);