mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Preset default traces in mixed mode conversion dialog
This commit is contained in:
parent
37c1064881
commit
5ae57bfa9a
3 changed files with 18 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ MixedModeConversion::MixedModeConversion(TraceModel &m, QWidget *parent) :
|
|||
});
|
||||
connect(ui->buttonBox->button(QDialogButtonBox::Cancel), &QPushButton::clicked, this, &QDialog::reject);
|
||||
selectionChanged();
|
||||
ui->selector->setDefaultTraces();
|
||||
}
|
||||
|
||||
MixedModeConversion::~MixedModeConversion()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue