Better format for Astro Data window.

This commit is contained in:
Joe Taylor 2024-01-02 09:34:21 -05:00
parent 2a4ab7e92f
commit a7cef9fc89

View File

@ -71,16 +71,16 @@ void Astro::astroUpdate(QDateTime t, QString mygrid, QString azelDir, double xav
m_ndop00=ndop00;
snprintf(cc, sizeof(cc),
"Az: %6.1f\n"
"El: %6.1f\n"
"SelfDop:%5d\n"
"MoonDec:%5.1f\n"
"SunAz: %6.1f\n"
"SunEl: %6.1f\n"
"Freq: %6d\n"
"Tsky: %6d\n"
"MNR: %6.1f\n"
"Dgrd: %6.1f",
"Az: %6.1f\n"
"El: %6.1f\n"
"SelfDop:%6d\n"
"MoonDec:%6.1f\n"
"SunAz: %6.1f\n"
"SunEl: %6.1f\n"
"Freq: %6d\n"
"Tsky: %6d\n"
"MNR: %6.1f\n"
"Dgrd: %6.1f",
azmoon,elmoon,ndop00,decmoon,azsun,elsun,
nfreq,ntsky,xnr,dgrd);
ui->astroTextBrowser->setText(" "+ date + "\nUTC: " + utc + "\n" + cc);