From a986a9b7747a3c6dd247a61e9cd1c1006586fa0a Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 20 Nov 2017 15:41:57 +0000 Subject: [PATCH] Clean up a few appearance items in Fox GUI. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8247 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 7 +- mainwindow.ui | 339 ++++++++++++++++++++++++++----------------------- 2 files changed, 186 insertions(+), 160 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index c9c5ded2d..03df130be 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2863,7 +2863,7 @@ void MainWindow::readFromStdout() //readFromStdout } else { if(d.indexOf("RR73")<0) { int i1=qMax(d.indexOf("+"),d.indexOf("-")); - d=d.mid(0,i1-1) + "RR73"; + d=d.mid(0,i1-1) + " RR73"; } ui->textBrowser3->displayFoxToBeCalled(d,"#ff99ff"); } @@ -3325,9 +3325,12 @@ void MainWindow::guiUpdate() if(m_modeTx=="FT8") { if(m_config.bFox()) { QString t=ui->textBrowser3->toPlainText(); - qDebug() << "aa" << m_Nslots << t; int len=t.length(); + qint64 ms0=QDateTime::currentMSecsSinceEpoch(); foxgen_(const_cast (t.toLatin1().constData()),len); + qint64 ms=QDateTime::currentMSecsSinceEpoch(); + qDebug() << "aa" << m_Nslots << ms-ms0 << t; + } else { genft8_(message, MyGrid, &bcontest, &m_i3bit, msgsent, const_cast (ft8msgbits), const_cast (itone), 22, 6, 22); diff --git a/mainwindow.ui b/mainwindow.ui index e1109d89c..7f7d58559 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -1622,170 +1622,193 @@ list. The list can be maintained in Settings (F2). 3 - - - - 10 - 9 - 130 - 110 - - - - - - - 10 - 130 - 130 - 110 - - - - - - - 150 - 10 - 82 - 126 - - - - - - - - 80 - 16777215 - - - - S/N (dB) - - - 5 - - - + + + + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + N Sigs + + + 5 + + + 20 + + + 12 + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + Random - - - - Call + + 5 - - - - Grid + + + Random + + + + + Call + + + + + Grid + + + + + S/N (dB) + + + + + Distance + + + + + + + + + 0 + 0 + - - - - S/N (dB) + + + 16777215 + 16777215 + - - - - Distance + + Max dB - - - - - - - - 80 - 16777215 - - - - N Sigs - - - 5 - - - 20 - - - 12 - - - - - - - - 80 - 16777215 - - - - Max dB - - - -15 - - - 30 - - - 30 - - - - - - - - 80 - 16777215 - - - - - - - N Slots - - - 1 - - - 5 - - - 5 - - - - - - - - 80 - 16777215 - - - - Repeats - - - 0 - - - 10 - - - 3 - - - - - + + -15 + + + 30 + + + 30 + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + Repeats + + + 0 + + + 10 + + + 3 + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + + + + N Slots + + + 1 + + + 5 + + + 5 + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + +