43 const QString& content = QString(),
44 QWidget* parent =
nullptr);
49 void setContent(
const QString& content);
52 void appendHtml(
const QString& text);
58 QString content()
const;
61 static QString roleDisplayName(
EChatRole role);
64 void paintEvent(QPaintEvent* event)
override;
65 void resizeEvent(QResizeEvent* event)
override;
68 void updateContentHeight();
72 void applyRoleStyle();
75 QLabel* roleLabel_ =
nullptr;
76 QTextEdit* contentEdit_ =
nullptr;
77 QString accumulatedHtml_;
78 int cachedDocHeight_ = 0;