Results 1 to 2 of 2

Thread: Some critical "QtWebKit" doubts

  1. #1
    Join Date
    Sep 2008
    Posts
    9
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Some critical "QtWebKit" doubts

    Hi,

    I am going through the source code of "QtWebKit". Can anybody help me to get the answers for my below doubts:

    Let us assume that I want to open a static simple HTML page i.e., "index.html", which is located in my system locally. So, I requested as below:

    view->load(QUrl("/usr/chandra/Desktop/index.html"));

    1) Which class is locating and taking "index.html" page from my Desktop?

    2) Which class is sending my unparsed "index.html" page to "WebCore" module for parsing?

    3) Which class is receiving unparsed "index.html" in "WebCore" module to do parsing?

    4) After completion of the parsing by "WebCore" module, where and how can I find the generated parsed data format? Which object is holding the generated parsed data?

    5) Where and How "Qt" is receiving the parsed data from "WebCore" module?

    Thanks in advance.

    Regards
    Chandra

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Some critical "QtWebKit" doubts

    Please, don't post the same question more than once.

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.