mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-12 18:58:43 -04:00
FST4 GUI controls for FLow, FHigh, should disappear when Single Decode is checked. And some related improvements.
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user