have two color of one word
QML and Qt Quick
5
Posts
2
Posters
1.2k
Views
1
Watching
-
I think you can use this:
Label { text: "<font color=\"blue\">H</font>ello" } -
I think you should use TextArea instead and listen to keyboard events and add formatted text (like in label) as you need
-
I think you can use this:
Label { text: "<font color=\"blue\">H</font>ello" }@Rem-Kolomna I did it, Thanks for your help