mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
display error flags in statusbar (overload/unlock/unlevel)
This commit is contained in:
parent
6d6f0843e9
commit
e3f072b307
15 changed files with 89 additions and 13 deletions
|
|
@ -44,6 +44,7 @@ public:
|
|||
void addData(const Data& d, const Protocol::SweepSettings& s);
|
||||
void addData(const Data& d, const Protocol::SpectrumAnalyzerSettings& s);
|
||||
void setName(QString name);
|
||||
void setVelocityFactor(double v);
|
||||
void fillFromTouchstone(Touchstone &t, unsigned int parameter);
|
||||
QString fillFromCSV(CSV &csv, unsigned int parameter); // returns the suggested trace name (not yet set in member data)
|
||||
void fromLivedata(LivedataType type, LiveParameter param);
|
||||
|
|
@ -146,6 +147,7 @@ private:
|
|||
QColor _color;
|
||||
LivedataType _liveType;
|
||||
LiveParameter _liveParam;
|
||||
double vFactor;
|
||||
bool reflection;
|
||||
bool visible;
|
||||
bool paused;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue