Report the total number of map65 decodes, and display in status bar.

This commit is contained in:
Joe Taylor
2022-11-16 15:11:57 -05:00
parent 23ca8f76c8
commit bb756db817
5 changed files with 11 additions and 3 deletions
+2
View File
@@ -1416,6 +1416,8 @@ void MainWindow::readFromStdout() //readFromStdout
QFile lockFile(m_appDir + "/.lock");
lockFile.open(QIODevice::ReadWrite);
if(t.indexOf("<DecodeFinished>") >= 0) {
int ndecodes=t.mid(40,5).toInt();
lab5->setText(QString::number(ndecodes));
m_map65RxLog=0;
m_startAnother=m_loopall;
}