diff options
Diffstat (limited to 'src/messageview.h')
| -rw-r--r-- | src/messageview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/messageview.h b/src/messageview.h index 044bded..29101d6 100644 --- a/src/messageview.h +++ b/src/messageview.h @@ -334,6 +334,12 @@ private: /// thread with fifteen of them. void rebuildAttachmentBar(); + /// Paints the three notice bars: yellow for a warning that + /// explains a limitation, blue for one offering an action. + /// Reads QPalette::Base, as HtmlBuilder does, so the bars and + /// the message agree about the theme. + void applyNoticeBarStyles(); + /// The list of attachments, with a save button each and a "save all". void showAttachmentDialog(); @@ -399,6 +405,7 @@ private: CidSchemeHandler *m_cidHandler = nullptr; QLabel *m_headerLabel = nullptr; + QWidget *m_blockedBar = nullptr; QLabel *m_blockedLabel = nullptr; QLabel *m_receiveOnlyRibbon = nullptr; QPushButton *m_loadRemoteButton = nullptr; |
