mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 16:03:43 +00:00
handle zero span data throughout the application
This commit is contained in:
parent
7151fffcdb
commit
edec4d9ec5
12 changed files with 49 additions and 16 deletions
|
|
@ -351,7 +351,10 @@ QVariant MathModel::data(const QModelIndex &index, int role) const
|
|||
return "Frequency";
|
||||
case TraceMath::DataType::Power:
|
||||
return "Power";
|
||||
case TraceMath::DataType::TimeZeroSpan:
|
||||
return "Time (Zero Span)";
|
||||
case TraceMath::DataType::Invalid:
|
||||
default:
|
||||
return "Invalid";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue