PDA

View Full Version : QGLWidget construction slow



ctgrund
16th June 2013, 13:31
Hi,

Windows XP, Visual Studio 2010, example HelloGL: It takes sometimes a couple of seconds to start the exe (even in release). Looking into the debugger it is the line


glWidget = new GLWidget;

in the file window.cpp.

Any ideas ?

See also QTBUG-18129.

Thank you!