PDA

View Full Version : Problems of embedded QWebView in QGraphicsView



naruto_9w
18th February 2009, 03:23
Hi all,

I came across a cursor display problem when i embedded a QWebView into QGraphicsView, the cursor will *NOT* become the web-context cursor (ie. the cursor should become a hand style cursor over a link); while in a standalone QWebView widget, the cursor behaves well when moving.

So i wonder whether i miss some key configuration on QWebView or QGraphicsView instances, for currently i haven't made any changes on their default attributes.

Any help and suggestions are welcomed, many thanks in advance!

naruto_9w
18th February 2009, 04:45
One more issue, the context menu also works abnormally in embedded webview, each right mouse click will produce a context menu without destroying the previous one... any comments on this?

naruto_9w
20th February 2009, 15:22
Anybody helps, thanks indeed!