Prepare GUI for power sweep

This commit is contained in:
Jan Käberich 2021-07-09 18:42:22 +02:00
parent fc5947c9a8
commit 6490d6fd14
11 changed files with 159 additions and 74 deletions

View file

@ -294,6 +294,8 @@ QVariant MathModel::data(const QModelIndex &index, int role) const
return "Time";
case TraceMath::DataType::Frequency:
return "Frequency";
case TraceMath::DataType::Power:
return "Power";
case TraceMath::DataType::Invalid:
return "Invalid";
}