Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.0.2, 5.1.0 RC1
-
None
-
OS X 10.7, 10.8
Description
I’m working on a OpenGL application on MacOS and have run into a wall. The application uses a simple QTabWidget to collect data that is then displayed in the last tab through a OpenGL view. Everything works fine on Linux where I usually develop but compiling on Mac I get a really strange behavior.
I’ve created a Minimal Working Example (attatchment) that shows the strange behavior I get on Mac.
In short, when the user traverses each tab and gets to the last OpenGL view things get funky. Gui elements disappear, mouse events gets sent to the wrong tab, and the OpenGL view is generally unresponsive. I’ve tried a multitude of approaches to try to fix this or at the very least circumvent it but without luck. And there seems to be little or no information of related cases on the web.
I’ve tried Qt5.0.2 and Qt5.1.0 with the same result, and compiling on OS X 10.8.
I would appreciate any help I could get in the matter, a fix would be awesome, an alternative solution equally perfect.