Ref T190, improved display of text messages

* tooltip
* using QStringBuilder
This commit is contained in:
Klaus Basan
2017-11-13 01:51:56 +01:00
parent c2eeff6193
commit d4b4b48a55
5 changed files with 27 additions and 8 deletions

View File

@@ -119,6 +119,9 @@ namespace BlackMisc
//! \param separator values separated by given value
CStatusMessage asStatusMessage(bool withSender, bool withRecipient, const QString &separator = ", ") const;
//! Summary HTML code
QString asHtmlSummary(const QString &separator = "<br>") const;
//! Toggle sender receiver, can be used to ping my own message
void toggleSenderRecipient();