Option to view raw calibration measurements + calkit typos fixed

This commit is contained in:
Jan Käberich 2020-11-27 18:18:31 +01:00
parent 6893af1386
commit 0837db05ad
5 changed files with 84 additions and 23 deletions

View file

@ -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 {