diff options
author | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-09-09 08:01:10 (GMT) |
---|---|---|
committer | Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com> | 2009-09-09 15:18:07 (GMT) |
commit | 948038f077ea413ab7aa7634d1c9987ec7ab50f6 (patch) | |
tree | 4f1142819abe81fedad25e276b28900f1b16c157 /src/activeqt/activeqt.pro | |
parent | c44402453593cbdf2eafa66f6ee23d17aacf44fd (diff) | |
download | Qt-948038f077ea413ab7aa7634d1c9987ec7ab50f6.zip Qt-948038f077ea413ab7aa7634d1c9987ec7ab50f6.tar.gz Qt-948038f077ea413ab7aa7634d1c9987ec7ab50f6.tar.bz2 |
Only active QGraphicsScenes can have active input focus.
This change ensures that only active scenes can have active input
focus items. If you try to set input focus on items that are in an
inactive scene, these items will gain input focus only when the scene
is activated.
For scenes attached to a view, this change should only fix the bug that
you could have a blinking line edit in a scene when the view is inactive,
meaning you couldn't type into the line edit.
For scenes that have no view, you now must activate the scene in order
to give the items active input focus. This will affect those who use
QGraphicsScene with custom key and focus handling.
Reviewed-by: brad
Diffstat (limited to 'src/activeqt/activeqt.pro')
0 files changed, 0 insertions, 0 deletions