mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -04:00
Display Echo-mode 'Level' with two decimal places.
This commit is contained in:
parent
1e893ecafd
commit
9e177a9496
@ -1620,7 +1620,7 @@ void MainWindow::dataSink(qint64 frames)
|
||||
|
||||
if(m_monitoring or m_auto or m_diskData) {
|
||||
QString t;
|
||||
t = t.asprintf("%4.1f %7d %7.1f %7d %7d %7d %7.1f %7.1f",xlevel,nDopTotal,width,echocom_.nsum,
|
||||
t = t.asprintf("%5.2f %7d %7.1f %7d %7d %7d %7.1f %7.1f",xlevel,nDopTotal,width,echocom_.nsum,
|
||||
nqual,qRound(dfreq),sigdb,dBerr);
|
||||
QString t0;
|
||||
if(m_diskData) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user