Results 1 to 12 of 12

Thread: performance of QWebKit() in QGraphicsProxyWidget

  1. #1
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question performance of QWebKit() in QGraphicsProxyWidget

    hi friends/experts,
    I embed a QWebview() in a QGraphicsScene by QGraphicsProxyWidget and now the url is loaded freely but inside web page another link cant be accessible so please give any suggestion how to load the inter links inside the web page....
    ex: url->google.com inside if i click on gmail its not responding as normal webview


  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    Does this happen only for links? I mean can you interact with the webview's scrollbars, etc.?

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    Are you using a 4.5 snapshot? According to this blog post, left-clicking links in embedded QWebViews is broken at the moment.
    J-P Nurmi

  4. #4
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    no all the scroll bars and the buttons in the webview were working good but little slow in movement but working fine only the inter links in the webpage of WebView if we click its not loading that link even the loadfinished() signal is not responding ....

  5. #5
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    Quote Originally Posted by jpn View Post
    Are you using a 4.5 snapshot? According to this blog post, left-clicking links in embedded QWebViews is broken at the moment.
    no i am not using 4.5 snapshots .. i just embed the web view inside a frame and set the url in the graphicsscene

  6. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    Quote Originally Posted by wagmare View Post
    no i am not using 4.5 snapshots .. i just embed the web view inside a frame and set the url in the graphicsscene
    So which exact version of Qt are you using then?
    J-P Nurmi

  7. #7
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    I am using Qt 4.4.3 in Fedora core 7

  8. #8
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    J-P Nurmi

  9. #9
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    i cant get it , is there a bug in Qt4.4.3 i cant understand in the page that links..

  10. #10
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    Quote Originally Posted by wagmare View Post
    i cant get it , is there a bug in Qt4.4.3 i cant understand in the page that links..
    Yes, it's a known bug.
    J-P Nurmi

  11. #11
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    is there no way to resolve that ? because the problem is the Gui Application i am creating is specially designed for touchscreen where right click option is disabled for user so how can i navigate user to open the inter links in webview on graphicsscene

  12. #12
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: performance of QWebKit() in QGraphicsProxyWidget

    You can see if the issue was resolved in one of the 4.5 snapshots. Then you can either upgrade or apply a patch to 4.4.3.

  13. The following user says thank you to wysota for this useful post:

    wagmare (13th December 2008)

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.