Make the scroll bar of the chat bar move properly as you type.

This commit is contained in:
James Graham
2026-01-25 18:53:41 +00:00
parent b7a329c199
commit 39573c1650
3 changed files with 34 additions and 14 deletions

View File

@@ -38,6 +38,11 @@ class ChatTextItemHelper : public QObject
*/
Q_PROPERTY(QQuickItem *textItem READ textItem WRITE setTextItem NOTIFY textItemChanged)
/**
* @brief The QML text Item the ChatTextItemHelper is handling.
*/
Q_PROPERTY(QRect cursorRectangle READ cursorRectangle NOTIFY cursorPositionChanged)
public:
enum InsertPosition {
Cursor,