I am currently using QtextBrowser to show me the text of a url in a window. The problem is that with QTextBrowser I do not load the images of the url, only the text.
I have observed that in QT5 QwebBrowser is used, but the problem arises because everything is compiled in QT4.
Is there a method to show the images of a url? can I import the QwebBrowser method from QT5 in Qt4?
Thanks