Do event->x() and event->y() return the same values for the top widget in both cases or maybe sometimes you get the mouse position relative to that bottom QGLWidget?
Yes they return the same value. event->y( ) returns values between 0-185 and event->x( ) returns 79-955. Both before and after I click on the top QGLWidget.
Bookmarks