Ref T534, fixed/improved settings component

* allow to set counts as info (see if something is filtered)
* used Qt::QueuedConnection to not override changes in same step from toggled signal
* set radio button correctly
This commit is contained in:
Klaus Basan
2019-02-09 17:47:06 +01:00
committed by Mat Sutcliffe
parent 6fafaabbab
commit 74727469f0
2 changed files with 25 additions and 4 deletions

View File

@@ -37,6 +37,9 @@ namespace BlackGui
//! Get the settings
Settings::CAtcStationsSettings getSettings() const { return m_atcSettings.get(); }
//! Set count information
void setCounts(int all, int inRange);
signals:
//! Changed value
void changed();