diff options
author | Tapani Mikola <tapani.mikola@nokia.com> | 2009-08-13 19:20:13 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-14 00:12:56 (GMT) |
commit | c0ea7090a6db60c315dae3534fcaf05d1b2591e1 (patch) | |
tree | d30306ab4b944a0cb23af183e0482332d699a13f /src/declarative/fx/qfxwebview.h | |
parent | afee70b2bd6b4eeaa85c24f148e51dcd985b6876 (diff) | |
download | Qt-c0ea7090a6db60c315dae3534fcaf05d1b2591e1.zip Qt-c0ea7090a6db60c315dae3534fcaf05d1b2591e1.tar.gz Qt-c0ea7090a6db60c315dae3534fcaf05d1b2591e1.tar.bz2 |
Fix to QFxWebView to show cursor in focused text input. Correction textedit and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
Diffstat (limited to 'src/declarative/fx/qfxwebview.h')
-rw-r--r-- | src/declarative/fx/qfxwebview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxwebview.h b/src/declarative/fx/qfxwebview.h index 9003377..498cf2e 100644 --- a/src/declarative/fx/qfxwebview.h +++ b/src/declarative/fx/qfxwebview.h @@ -211,6 +211,7 @@ protected: void timerEvent(QTimerEvent *event); virtual void geometryChanged(const QRectF &newGeometry, const QRectF &oldGeometry); + virtual void focusChanged(bool); private: void init(); |