Send RxFreq and FTol from wsjtx to sfrx, and display them on WideGraph.

This commit is contained in:
Joe Taylor
2024-08-14 10:03:46 -04:00
parent 08866b0d75
commit 1186b0bb8b
7 changed files with 35 additions and 5 deletions
+2
View File
@@ -77,6 +77,7 @@ public:
void setColours(QVector<QColor> const& cl);
void setFlatten(bool b1, bool b2);
void setTol(int n);
void setSuperHound(bool b);
void setRxBand(QString band);
void setReference(bool b) {m_bReference = b;}
bool Reference() const {return m_bReference;}
@@ -125,6 +126,7 @@ private:
bool m_bSingleDecode;
bool m_bFirst=true;
bool m_bResized;
bool m_bSuperHound=false;
float m_fSpan;
float m_pdB=0.0;