mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
time domain markers
This commit is contained in:
parent
c22d576984
commit
93bf7255c3
17 changed files with 505 additions and 185 deletions
|
|
@ -23,6 +23,9 @@ void TraceModel::addTrace(Trace *t)
|
|||
connect(t, &Trace::nameChanged, [=]() {
|
||||
emit traceNameChanged(t);
|
||||
});
|
||||
connect(t, &Trace::changedTDRstate, [=](bool enabled) {
|
||||
emit traceTDRstateChanged(t, enabled);
|
||||
});
|
||||
traces.push_back(t);
|
||||
endInsertRows();
|
||||
emit traceAdded(t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue