Results 1 to 2 of 2

Thread: Building the HTML rendering application using Qt4.3

  1. #1
    Join Date
    Nov 2007
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Building the HTML rendering application using Qt4.3

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    258
    Thanks
    22
    Thanked 19 Times in 16 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Building the HTML rendering application using Qt4.3

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.