PDA

View Full Version : Building the HTML rendering application using Qt4.3



ratna
18th November 2007, 18:56
We are looking for building the HTML rendering application using Qt 4.3 for windows.

Can we use the Trident rendering engine comes with IE for rendering HTML data inside the Qt 4.3 windows application.

Looks like Qt 4.4 comes with webkit for the HTML rendengine we can't wait for Qt 4.4 to released any other alternative for building the application.

Thanks in advance

momesana
19th November 2007, 01:34
You can already download QtWebKit and build against it with Qt-4.3.x. The API will change in the next months but you can still ship your own version with it and thus avoid compatibility problems. This version of QtWebKit is of cource not as stable as you would expect a stable release to be. You can check the sources out via git or subversion:
svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit
Maybe this link is of interest to you: http://labs.trolltech.com/page/Projects/Internet/WebKit