Allow mouse interaction with 0 opacity items.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Tue, 3 Jul 2012 02:29:57 +0000 (12:29 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Jul 2012 00:45:03 +0000 (02:45 +0200)
commit9bf96613c1be7d4df7132a9c3c9ac1a8740f698f
tree351c19417586bf5ec688af3f8b40f91c9f1d1a5e
parentfc909a49d3e8fa2132bf0951499a1d5cb1d541ca
Allow mouse interaction with 0 opacity items.

Don't filter event delivery to items with 0 opacity, and update the
documentation the for opacity, visible and enabled properties and how
each affects event delivery.

Task-number: QTBUG-19193
Change-Id: Id48e4af763c9a7bbcc13b303342d303155dcadc9
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/plugins/accessible/quick/qaccessiblequickview.cpp
src/quick/items/qquickcanvas.cpp
src/quick/items/qquickitem.cpp
src/quick/items/qquickmousearea.cpp
tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp
tests/auto/quick/qquickdrag/tst_qquickdrag.cpp