K
K
klajowski2021-04-26 17:28:34
Animation
klajowski, 2021-04-26 17:28:34

How to display a web page in Qt C++ WITHOUT using QtWebKit??

Using QNetworkAccessManager, I get the HTML code of the page, but there is a problem in displaying this page.
The fact is that QtWebKit does not suit me because it only works with MVSC, and this option does not suit me in any way.
I read on all forums that it is possible to display the contents of the page in QTextEdit/QTextBrowser. I decided to try, but all I saw was a small piece of the page I needed without any styles (just a piece of text), and the main text of the page (article) was completely absent.
I will also need to trim the page (remove unnecessary blocks, menus, etc.), but that's another story.

How can I do all of the above in Qt C++ with mingw32?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
A person from Kazakhstan, 2018-08-30
@VMalDesign

https://codepen.io/topicstarter/pen/gdLaEB?editors=0110 I don't know if it's true or not?

W
Worgen, 2018-08-30
@Worgen

https://www.youtube.com/watch?v=3CIv6W7_t6k&t - today I watched how to make a preloader

J
Jacob E, 2021-04-26
@klajowski

https://doc.qt.io/qt-5/qml-qtwebengine-webenginevi...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question