summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxwebview.h
diff options
context:
space:
mode:
authorTapani Mikola <tapani.mikola@nokia.com>2009-08-12 14:46:31 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-13 05:08:54 (GMT)
commit8a27eaaa9ca35e1a7ad3ac92c75b6541b7c9db00 (patch)
tree35c3b80f4230fd24d03dbe7db48043ce6683d2c2 /src/declarative/fx/qfxwebview.h
parent6fa540ef8c3ae4c920a02b7fc7dfb28309ef5722 (diff)
downloadQt-8a27eaaa9ca35e1a7ad3ac92c75b6541b7c9db00.zip
Qt-8a27eaaa9ca35e1a7ad3ac92c75b6541b7c9db00.tar.gz
Qt-8a27eaaa9ca35e1a7ad3ac92c75b6541b7c9db00.tar.bz2
Change QFxWebView to support hoverMove events (and send them to WebKit as mouseMove:s).
Also sending all the events up as accepted if interactive is on. E.g. push button is not working, if not done so. removed the odd timer based event sending that put e.g. moves and presses in wrong order. Now, the webbrowser is working quite ok!
Diffstat (limited to 'src/declarative/fx/qfxwebview.h')
-rw-r--r--src/declarative/fx/qfxwebview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxwebview.h b/src/declarative/fx/qfxwebview.h
index 8df3d18..9003377 100644
--- a/src/declarative/fx/qfxwebview.h
+++ b/src/declarative/fx/qfxwebview.h
@@ -205,6 +205,7 @@ protected:
void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
void mouseMoveEvent(QGraphicsSceneMouseEvent *event);
void mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event);
+ void hoverMoveEvent (QGraphicsSceneHoverEvent * event);
void keyPressEvent(QKeyEvent* event);
void keyReleaseEvent(QKeyEvent* event);
void timerEvent(QTimerEvent *event);