i like to display image from server without downloading it , sure i can use qwebkit.
but i like to be able to display the image in some kind of list . what option do i have ?
i like to display image from server without downloading it , sure i can
Share
I know that
QTextEditsupportsimgtags, and I use them in lists. However, I don’t know if it actually supports full URLs for those images, I just use images from the resource file. You could however give it a try.Use
setHTML()to set the HTML source code,setText()assumes plain-text.