-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.1.1
-
None
-
MacBook5,1
Mac OS X 10.6.8
Qt 5.1.1 clang 64bit from the online installer
Please see the attached code. It creates a QGLWidget, QSpinBox and QCheckBox.
If I click into the QGLWidget the spinbox doesn't allow keyboard input and the checkbox can't be toggled with the space-key anymore. Using the tab-key to switch the keyboard focus between the spinbox and checkbox still works.
Everything works fine before clicking into the QGLWidget. Replacing the QGLWidget with a normal QWidget solves this problem.