Hi Pieter!

Thanks for the example. I could reproduce the issue.
The delay stems from the recognition of the context menu gesture 
(holding the pen). You can disable this behaviour for a specific widget 
by calling
     setContextMenuPolicy(Qt::PreventContextMenu);

Interestingly, this doesn't work directly for a QWebView contained in a 
QMainWindow but must be done for the parent widget (the QMainWindow in 
this case).


Best regards,

Joerg

-- 
Joerg Bornemann
Software Engineer
Nokia, Qt Software
Rudower Chaussee 13, 12489 Berlin, Germany
_______________________________________________
Qt-wince-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-wince-interest

Reply via email to