mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
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:
committed by
Mat Sutcliffe
parent
6fafaabbab
commit
74727469f0
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user