mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
Ref T573, allow different color in XPDR mode component from stylesheet
* changed signal to trigger reload of stylesheet (only way to update dynamic properties) * made infobar left aligned (and not spacer aligned), better scaling * adjusted qss
This commit is contained in:
committed by
Mat Sutcliffe
parent
22d67d31a4
commit
e463689490
@@ -36,6 +36,10 @@ namespace BlackGui
|
||||
//! Dtor
|
||||
virtual ~CTransponderModeComponent() override;
|
||||
|
||||
signals:
|
||||
//! value has been changed
|
||||
void changed();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CTransponderModeComponent> ui;
|
||||
BlackMisc::Aviation::CTransponder m_transponder;
|
||||
|
||||
Reference in New Issue
Block a user