Quantcast
Viewing all articles
Browse latest Browse all 4972

Can't render image in TextEdit rich format

I’m new in qtquick. using QTQuick 1.1; I try to render an image using a TextEdit widget. TextEdit { id: messageText text: “Hello <img />” readOnly: true } with this code I get a fake image, but not what I expect. (a kind of small ‘document like’ icone) when I change TextEdit by Text, my image is rendered but In this case the text is not selectionable. Is it a TextEdit bug or do I something wrong ?

Viewing all articles
Browse latest Browse all 4972

Trending Articles