mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
keep original trace data when de-embedding, toggle de-embedding view for individual traces
This commit is contained in:
parent
b67275831b
commit
89c9f20d16
12 changed files with 453 additions and 18 deletions
|
|
@ -140,6 +140,8 @@ void TraceWidget::on_view_clicked(const QModelIndex &index)
|
|||
case TraceModel::ColIndexPlayPause:
|
||||
model.togglePause(index.row());
|
||||
break;
|
||||
case TraceModel::ColIndexDeembedding:
|
||||
model.toggleDeembedding(index.row());
|
||||
case TraceModel::ColIndexMath:
|
||||
model.toggleMath(index.row());
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue