How to Pinch zoom in the browser using the QtWebkit?
-
I'd like to support Pinch zoom in the browser using the QtWebkit.
There is a (Qtwebkit-examples/examples/webkitwidgets/browser) sample browser to sources of Qt5.1.1 .
This browser does not seem to support the Pinch Zoom.
(This browser is supported zoom with [crtl] key + mouse wheel. But Pinch zoom(used two finger) not supported)Doesn't someone learn how to support Pinch Zoom?
-
O yes finger zoom on mac is running...
line 145 from file..
Can use on each widged from qt on event
only return accepted event or so...
https://github.com/pehohlva/ogeo/blob/master/zmain.cpp