Better_Software_Header_MobileBetter_Software_Header_Web

Find what you need - explore our website and developer resources

Handling a Lot of Text in QML

ListView {
    model: chatLogModel
    delegate: TextArea {
        padding: 0
        width: ListView.view.width
        textFormat: TextEdit.RichText
        wrapMode: Text.Wrap
        selectByKeyboard: true
        selectByMouse: true
        text: display
    }
}

About KDAB


4 Comments

6 - Oct - 2022

Carl Schwan

18 - Oct - 2022

Shantanu Tushar

11 - Nov - 2022

Eskil Abrahamsen Blomfeldt

28 - Dec - 2023

S.M.Mousavi

ShantanuTushar

Shantanu Tushar

Senior Software Engineer