have two color of one word
-
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