diff --git a/mainwindow.cpp b/mainwindow.cpp index a39a67ed..b0d80f80 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -849,10 +849,10 @@ void MainWindow::on_summaryButton_clicked() "a:hover { background-color: inherit; color: white; text-decoration:none; font-weight: bold; }" "
"; recbox+="%2 | %3 |
%2 | %3 |
%1 | |
%2 | %3 |
%2 | %3 |
%1 | |
%1: %2 | |
%1: %2 | |
%1: %2 | |
%1: %2").arg(minstr).arg(tmpRX[ls]->min,0,'f',1); if (!maxstr.isEmpty()) recbox+=QString(" %1: %2").arg(maxstr).arg(tmpRX[ls]->max,0,'f',1); @@ -908,7 +908,7 @@ void MainWindow::on_summaryButton_clicked() .arg(tmpRX[0]->first.toString(Qt::ISODate)) .arg(tmpRX[0]->last.toString(Qt::ISODate)) .arg(tr("Worst RX Setting")); - recbox+=QString(" | |
%1: %2 | |
%1: %2 | |
%1: %2 | |
%1: %2").arg(minstr).arg(tmpRX[0]->min,0,'f',1); if (!maxstr.isEmpty()) recbox+=QString(" %1: %2").arg(maxstr).arg(tmpRX[0]->max,0,'f',1); |