Fix Bubble Chat Style

This commit is contained in:
Phenom 2021-02-20 03:16:29 +01:00
parent 1bfd49419d
commit 2075e8c23b
544 changed files with 439 additions and 1335 deletions

View file

@ -39,6 +39,8 @@ class RSTextBrowser : public QTextBrowser
public:
explicit RSTextBrowser(QWidget *parent = 0);
void append(const QString &text);
void setPlaceholderText(const QString &text);
void setImageBlockWidget(RSImageBlockWidget *widget);
void resetImagesStatus(bool load);