mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Updated graphs to use new math system
This commit is contained in:
parent
a7ff3d60fb
commit
49f9b5442d
16 changed files with 263 additions and 518 deletions
|
|
@ -23,9 +23,6 @@ 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