Correct UTC on waterfall for slow modes.

Tweak some GUI widget placements.
Send stderr to file wsjtx.log.
Fix formatting of std message with "R -7", etc., to "R-7".
Introduce calls to "timer".
Remove console.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2727 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2012-11-14 15:30:21 +00:00
parent 95dd3a6803
commit 05322bb4f2
11 changed files with 64 additions and 25 deletions
+2 -2
View File
@@ -61,11 +61,10 @@ public:
int autoZero();
void setPalette(QString palette);
void setFsample(int n);
void setNsps(int n);
void setNsps(int ntrperiod, int nsps);
double fGreen();
void SetPercent2DScreen(int percent){m_Percent2DScreen=percent;}
signals:
void freezeDecode0(int n);
void freezeDecode1(int n);
@@ -115,6 +114,7 @@ private:
qint32 m_h1;
qint32 m_h2;
qint32 m_tol;
qint32 m_TRperiod;
private slots:
void mousePressEvent(QMouseEvent *event);