Hello i would like to add different color on specific words of a string to be used in QML Text
Text { text: \"Blue Red Yellow Green\" }
Text items can display both plain and rich text. For example you can have:
Text
Text { text: "<font color=\"#0000FF\">Blue</font> <font color=\"#FF0000\">Red</font>" }