diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-04-22 04:55:07 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-04-27 03:43:49 (GMT) |
commit | 8ed0a827298776ef2574b1298f24071c61dc8b07 (patch) | |
tree | 84fa0f30a6b15c3089d0c88c67234522fe569a68 /dist | |
parent | b69864da59c42a09a3acc373eb77a85f8f8c93b2 (diff) | |
download | Qt-8ed0a827298776ef2574b1298f24071c61dc8b07.zip Qt-8ed0a827298776ef2574b1298f24071c61dc8b07.tar.gz Qt-8ed0a827298776ef2574b1298f24071c61dc8b07.tar.bz2 |
Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints.
When the echoMode changes for QDeclarativeTextInput we need to update
the inputmethod hints.
Also in QGraphicsView we need to update the input context installed on the
view to make the former is aware of the change.
For the input context framework the only way to deal with the current widget
is focusWidget(). Unfortunately the widget that has the focus is the
QGraphicsView so the input context don't know the real object QGraphicsView
is actually focusing. We must keep in sync the inputMethodHints of QGV
with the object QGraphicsView is focusing so the input context just
called focusWidget()->inputMethodhints() to update itself.
Task-number:QTBUG-9922
Reviewed-by:janarve
Reviewed-by:bnilsen
Reviewed-by:Michael Brasser
Diffstat (limited to 'dist')
0 files changed, 0 insertions, 0 deletions