I have a qml text area with
textFormat: Text.RichText
Now I can set te text as html. I can load image from resource like this:
text1.text+ "<br><img src=qrc:/Table.png><br>"
But how can I load an image out of resource?
I have a qml text area with
textFormat: Text.RichText
Now I can set te text as html. I can load image from resource like this:
text1.text+ "<br><img src=qrc:/Table.png><br>"
But how can I load an image out of resource?