mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 16:03:43 +00:00
Contant lines/limits on XY-Plot
This commit is contained in:
parent
cacea26e3f
commit
27490e1a33
14 changed files with 201 additions and 33 deletions
|
|
@ -32,6 +32,8 @@ public:
|
|||
|
||||
TraceModel &getModel() const;
|
||||
|
||||
bool getLimitPassing() const;
|
||||
|
||||
public slots:
|
||||
void updateGraphColors();
|
||||
|
||||
|
|
@ -106,6 +108,8 @@ protected:
|
|||
QLabel *cursorLabel;
|
||||
|
||||
unsigned int marginTop;
|
||||
|
||||
bool limitPassing;
|
||||
};
|
||||
|
||||
#endif // TRACEPLOT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue