I’m trying to enable mouse tracking for my GL view. It seems to work right from the start, but as I try clicking in the window and moving the cursor in and out, GL widget starts receiving mouse events erratically. Tried on two different Macs with different Macs (10.7 and 10.8).
This is the link to a simple test project [rghost.ru] illustrating the issue. Mouse events are being logged with qDebug, you should be able to easily tell whether tracking works fine or not by moving and clicking your mouse and looking at the output. I’d appreciate if someone could look at the project and conclude whether this is my error or Qt 5 bug. I seriously suspect the latter.
P. S. The same code works like charm with Qt 4.8, also works on Windows with Qt 5.
↧