mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Overlay messages
* setReducedInfo, no timestamp/category * color as parameter for shadow
This commit is contained in:
@@ -41,7 +41,6 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
virtual ~CStatusMessageFormSmall();
|
||||
|
||||
public slots:
|
||||
//! Set message
|
||||
void setVariant(const BlackMisc::CVariant &messageVariant);
|
||||
|
||||
@@ -51,6 +50,9 @@ namespace BlackGui
|
||||
//! Toggle visibility
|
||||
void toggleVisibility();
|
||||
|
||||
//! Minimize by hiding status ...
|
||||
void setReducedInfo(bool minimized);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CStatusMessageFormSmall> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user