-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.0
-
None
-
Mac 10.8.x. Xcode 4.6. Qt 5.1.0 on stable branch as of August 5, 2013.
-
a2bdda8e3ba324a51620d9e758e444d02c4fd061, 8fd71914b43350a21c0c05051c1a6e24e9d8cb85, 9554088557571d5c6b96c710424e591ab8db4e0d
I've included a short sample program to demonstrate this problem.
qmake, make, then run the program.
The program creates a QSplitter in a QDockWidget. The top part of the splitter contains 4 QPushButtons; the bottom contains a QQuickView loaded using QWidget::createWindowContainer.
The problem is easy to see – it is impossible to click on the top-most button (actually, the very bottom few pixels of the button work, but not the top portion of the button).
Having the QQuickView in the splitter seems to block mouse clicks to the top 32 pixels of the splitter.