mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-18 12:53:39 +00:00
Merge branch 'master' into trace_math
This commit is contained in:
commit
163b23f28d
9 changed files with 135 additions and 31 deletions
|
|
@ -108,6 +108,8 @@ QVariant TraceModel::data(const QModelIndex &index, int role) const
|
|||
} else {
|
||||
return QIcon(":/icons/invisible.svg");
|
||||
}
|
||||
} else {
|
||||
return QVariant();
|
||||
}
|
||||
break;
|
||||
case ColIndexPlayPause:
|
||||
|
|
@ -117,6 +119,8 @@ QVariant TraceModel::data(const QModelIndex &index, int role) const
|
|||
} else {
|
||||
return QIcon(":/icons/play.svg");
|
||||
}
|
||||
} else {
|
||||
return QVariant();
|
||||
}
|
||||
break;
|
||||
case ColIndexMath:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue