mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
Issue #115 Main connect button is checked iff network is connected
This commit is contained in:
@@ -94,12 +94,12 @@ namespace BlackGui
|
||||
//! Info area buttons
|
||||
void unsetInfoAreaButtons();
|
||||
|
||||
//! Disable button for some (short) time to avoid double click
|
||||
void disableButtonBriefly();
|
||||
|
||||
//! Update values
|
||||
void update();
|
||||
|
||||
//! Update connection status
|
||||
void updateConnectionStatus();
|
||||
|
||||
QScopedPointer<Ui::CMainKeypadAreaComponent> ui;
|
||||
BlackMisc::CIdentifier m_identifier { "MainKeypadAreaComponent", this };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user