FST4 GUI controls for FLow, FHigh, should disappear when Single Decode is checked. And some related improvements.

This commit is contained in:
Joe Taylor
2020-09-16 20:16:32 -04:00
parent facd80dbf4
commit e60fc1ca19
5 changed files with 41 additions and 7 deletions
+2 -1
View File
@@ -84,7 +84,7 @@ public:
void setVHF(bool bVHF);
void setRedFile(QString fRed);
void setFST4_FreqRange(int fLow,int fHigh);
void setSingleDecode(bool b);
bool scaleOK () const {return m_bScaleOK;}
signals:
@@ -114,6 +114,7 @@ private:
bool m_bReference;
bool m_bReference0;
bool m_bVHF;
bool m_bSingleDecode;
float m_fSpan;