Overlay messages

* setReducedInfo, no timestamp/category
* color as parameter for shadow
This commit is contained in:
Klaus Basan
2018-01-16 05:35:26 +01:00
parent fff9585c5d
commit 977130ce52
7 changed files with 47 additions and 15 deletions

View File

@@ -68,7 +68,7 @@ namespace BlackGui
//! Display image
void setModeToImage();
//! Force small
//! Force small (smaller layout)
void setForceSmall(bool force) { m_forceSmall = force; }
//! Set header text
@@ -119,8 +119,11 @@ namespace BlackGui
//! Is awaiting a conformation
bool hasPendingConfirmation() const;
//! Display reduced information
void setReducedInfo(bool reduced);
//! Add a shadow
void addShadow();
void addShadow(QColor color = Qt::gray);
signals:
//! Confirmation completed