WebViewer or QWebBrowser for QT4

0

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

    
asked by user3158502 07.11.2018 в 12:14
source

0 answers