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
:(
Re: performance of QWebKit() in QGraphicsProxyWidget
Does this happen only for links? I mean can you interact with the webview's scrollbars, etc.?
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.
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 ....
Re: performance of QWebKit() in QGraphicsProxyWidget
Quote:
Originally Posted by
jpn
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
Re: performance of QWebKit() in QGraphicsProxyWidget
Quote:
Originally Posted by
wagmare
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?
Re: performance of QWebKit() in QGraphicsProxyWidget
I am using Qt 4.4.3 in Fedora core 7
Re: performance of QWebKit() in QGraphicsProxyWidget
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..
Re: performance of QWebKit() in QGraphicsProxyWidget
Quote:
Originally Posted by
wagmare
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.
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 graphics:crying:scene
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.