mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
optional 2xthru impedance correction
This commit is contained in:
parent
0f7c397a8a
commit
7352ad07b5
14 changed files with 1265 additions and 367 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue