mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
Option to view raw calibration measurements + calkit typos fixed
This commit is contained in:
parent
6893af1386
commit
0837db05ad
5 changed files with 84 additions and 23 deletions
|
|
@ -97,7 +97,7 @@ QVariant TraceModel::data(const QModelIndex &index, int role) const
|
|||
return QVariant();
|
||||
}
|
||||
} else if (index.column() == 1) {
|
||||
if (role == Qt::DecorationRole && !traces[index.row()]->isTouchstone()) {
|
||||
if (role == Qt::DecorationRole && traces[index.row()]->isLive()) {
|
||||
if (traces[index.row()]->isPaused()) {
|
||||
return QIcon(":/icons/pause.svg");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue