My Qt app is working fine on Win7 32 bit but on Win7 64 bit QGLWidget appears black. If I shake the application window, it appears for a sec and again it is blank.
Same issue was reported (QGLWidget appears black in Windows 7) which resolved after the user updated graphics driver.
I have NVIDIA GEFORCE 8500 driver and updated it to the latest from NVIDIA site, but still see the same issue.
On Win7 32 bit I don't see any graphics issue.
I have built Qt and my application on Win XP 64 bit. Do I need to build Qt and/or my application on Win7 64 bit?
UPDATE: I built a brand new machine with Intel i5 processor and equivalent motherboard. Without installing the nVidia graphics card, I don't see blackening of opengl window. But if I install the nVidia graphics card I start seeing the black opengl window. Also this balckening is not observed in a simple opengl window application I created. It only happens with QGLWidget.