Increase range of Si570 calibration spinner to +/- 200 ppm.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2469 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-06-04 19:42:38 +00:00
parent 6787ab6e60
commit a0d4b58f48
3 changed files with 5 additions and 4 deletions

View File

@ -52,7 +52,8 @@ void Astro::astroUpdate(QDateTime t, QString mygrid, QString hisgrid,
astroBusy=false;
}
sprintf(cc,"Az: %6.1f\n"
sprintf(cc,
"Az: %6.1f\n"
"El: %6.1f\n"
"MyDop: %6d\n"
"DxAz: %6.1f\n"

View File

@ -1003,10 +1003,10 @@
<number>3</number>
</property>
<property name="minimum">
<double>-100.000000000000000</double>
<double>-200.000000000000000</double>
</property>
<property name="maximum">
<double>100.000000000000000</double>
<double>200.000000000000000</double>
</property>
</widget>
</item>

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------- MainWindow
//-------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"