TxFreq tracks fQSO unless CTRL is held down.

Red marker for TxFreq.
Max Tol = 500.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2763 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-11-23 16:05:50 +00:00
parent 35fe0a92c2
commit 7a43d28e68
7 changed files with 67 additions and 23 deletions
+2
View File
@@ -62,6 +62,7 @@ public:
void setPalette(QString palette);
void setFsample(int n);
void setNsps(int ntrperiod, int nsps);
void setTxFreq(int n);
double fGreen();
void SetPercent2DScreen(int percent){m_Percent2DScreen=percent;}
@@ -115,6 +116,7 @@ private:
qint32 m_h2;
qint32 m_tol;
qint32 m_TRperiod;
qint32 m_txFreq;
private slots:
void mousePressEvent(QMouseEvent *event);