diff --git a/widgets/activeStations.cpp b/widgets/activeStations.cpp index 2e29b6d85..aeb9a7757 100644 --- a/widgets/activeStations.cpp +++ b/widgets/activeStations.cpp @@ -23,6 +23,7 @@ ActiveStations::ActiveStations(QSettings * settings, QFont const& font, QWidget changeFont (font); read_settings (); ui->header_label2->setText(" N Call Grid Az S/N Freq Tx Age Pts"); + ui->cbWanted->setVisible(false); connect(ui->cbReadyOnly, SIGNAL(toggled(bool)), this, SLOT(on_cbReadyOnly_toggled(bool))); connect(ui->RecentStationsPlainTextEdit, SIGNAL(cursorPositionChanged()), this, SLOT(on_textEdit_clicked())); } @@ -73,6 +74,7 @@ void ActiveStations::displayRecentStations(QString mode, QString const& t) bool b=(m_mode.left(3)=="Q65"); ui->bandChanges->setVisible(!b); ui->cbReadyOnly->setVisible(m_mode!="Q65-pileup"); + ui->cbWanted->setVisible(m_mode!="Q65-pileup"); ui->label_2->setVisible(!b); ui->label_3->setVisible(!b); ui->score->setVisible(!b); diff --git a/widgets/activeStations.ui b/widgets/activeStations.ui index 262fa7d09..bf790aa80 100644 --- a/widgets/activeStations.ui +++ b/widgets/activeStations.ui @@ -18,7 +18,7 @@ - + @@ -68,7 +68,53 @@ - + + + + <html><head/><body><p>Check tis box to show only stations ready to be called.</p></body></html> + + + Ready only + + + + + + + Band Changes: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + <html><head/><body><p>Total score accumulated since most recent reset of Cabrillo log.</p></body></html> + + + 0 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + true + + + + + + + Rate: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + @@ -115,52 +161,6 @@ - - - - Rate: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - <html><head/><body><p>Total score accumulated since most recent reset of Cabrillo log.</p></body></html> - - - 0 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - true - - - - - - - <html><head/><body><p>Check tis box to show only stations ready to be called.</p></body></html> - - - Ready only - - - - - - - Band Changes: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - @@ -177,6 +177,16 @@ + + + + false + + + Wanted only + + +