diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2015-08-24 21:13:55 -0600 |
---|---|---|
committer | Alex Henrie <alexhenrie24@gmail.com> | 2015-09-03 21:06:34 +0000 |
commit | 4ac94480c33caa8c95254fc9db3352a832f55b7e (patch) | |
tree | babbe0357884a6e8e5f708e7af6ac989df2e14c5 /examples/widgets/mainwindows | |
parent | 9129d2714a5e9b1ca86cf7911edee90ee13493d8 (diff) |
QGroupBox: Send unhandled mouse events to parent widget
Every other subclass of QWidget calls event->ignore() on unhandled
events, and QGroupBox's failure to follow this convention prevented it
from being used in some specialized applications. Instances of QGroupBox
now only absorb mouse press events to their checkboxes (if they have
checkboxes) and ignore all other mouse events.
Task-number: QTBUG-15519
Change-Id: I6b0c89c92868feddbe3888088703b32cb95d9903
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'examples/widgets/mainwindows')
0 files changed, 0 insertions, 0 deletions