mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-02 22:14:56 -04:00
Try adding a lineEdit to display number of QSOs in the contest log. Not quite right, yet.
This commit is contained in:
@@ -89,3 +89,10 @@ void CabrilloLogWindow::log_model_changed (int row)
|
||||
m_->log_model_->select ();
|
||||
}
|
||||
}
|
||||
|
||||
void CabrilloLogWindow::set_nQSO(int n)
|
||||
{
|
||||
QString t;
|
||||
t=t.asprintf("%d QSOs",n);
|
||||
m_->ui_.nQSO_lineEdit->setText(t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user