43 const QString& content = QString(),
44 QWidget* parent =
nullptr);
51 void setContent(
const QString& content);
54 void appendHtml(
const QString& text);
60 QString content()
const;
63 static QString roleDisplayName(
EChatRole role);
66 void paintEvent(QPaintEvent* event)
override;
67 void resizeEvent(QResizeEvent* event)
override;
70 void updateContentHeight();
74 void applyRoleStyle();
77 QLabel* roleLabel_ =
nullptr;
78 QTextEdit* contentEdit_ =
nullptr;
79 QString accumulatedHtml_{};
80 int cachedDocHeight_ = 0;