refs #768, allow more detailed tooltips

(makes it sometimes much easier to identify an entity)
This commit is contained in:
Klaus Basan
2016-10-23 18:28:45 +02:00
parent 847348cbe0
commit ff3f04f74c
8 changed files with 33 additions and 0 deletions

View File

@@ -340,6 +340,9 @@ namespace BlackMisc
//! To database JSON
QString toDatabaseJsonString(QJsonDocument::JsonFormat format = QJsonDocument::Compact) const;
//! As a brief HTML summary (e.g. used in tooltips)
QString asHtmlSummary () const;
//! Model type
static QString modelTypeToString(ModelType type);