mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Ref T301, keypad and infobar init themself and can be re-connect (to core)
This commit is contained in:
@@ -53,6 +53,9 @@ namespace BlackGui
|
||||
QScopedPointer<Ui::CInfoBarStatusComponent> ui;
|
||||
BlackCore::CActionBind m_actionPtt { "/Voice/Activate push-to-talk", BlackMisc::CIcons::radio16(), this, &CInfoBarStatusComponent::onPttChanged };
|
||||
|
||||
//! Init the LEDs
|
||||
void initLeds();
|
||||
|
||||
//! Simulator connection has been changed
|
||||
void onSimulatorStatusChanged(int status);
|
||||
|
||||
@@ -74,6 +77,9 @@ namespace BlackGui
|
||||
//! Internet accessible?
|
||||
void onInternetAccessibleChanged(bool access);
|
||||
|
||||
//! Update values
|
||||
void updateValues();
|
||||
|
||||
//! Update spacing based on main window size
|
||||
void updateSpacing();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user