mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Fix valgrind issues
This commit is contained in:
parent
1c6a1ab6fd
commit
75f4ee245f
16 changed files with 70 additions and 8 deletions
|
|
@ -126,6 +126,9 @@ void TwoThru::edit()
|
|||
auto dialog = new QDialog();
|
||||
ui = new Ui::TwoThruDialog();
|
||||
ui->setupUi(dialog);
|
||||
connect(dialog, &QDialog::finished, [=](){
|
||||
delete ui;
|
||||
});
|
||||
ui->Z0->setUnit("Ω");
|
||||
ui->Z0->setPrecision(4);
|
||||
ui->Z0->setValue(Z0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue