mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Cockpit UI improvements
* private slots -> private * Stylesheet update for readonly
This commit is contained in:
@@ -53,14 +53,13 @@ namespace BlackGui
|
||||
//! Show the audio ui
|
||||
void showAudio();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
//! Show or hide cockpit details
|
||||
void ps_onToggleShowHideDetails(bool show);
|
||||
void onToggleShowHideDetails(bool show);
|
||||
|
||||
//! Toggle floating
|
||||
void ps_onToggleFloating(bool floating);
|
||||
void onToggleFloating(bool floating);
|
||||
|
||||
private:
|
||||
// toggle area on show/hide details
|
||||
void toggleShowHideDetails(bool show, bool considerCurrentSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user