How to use Qt webkit in command line interface
Qt WebKit
2
Posts
1
Posters
1.3k
Views
1
Watching
-
I want to have a CLI program to get a page's dom tree and traversal it. like the following demo,
http://qt-project.org/doc/qt-5.0/qtwebkitexamples/webkitwidgets-domtraversal.html
but QT WebkitWidget cannot work with QTCoreApplication, Can anyone give me some suggestions?
Thank you very much.