[Qt-interest] slow down in excel and Windows Explorer problem
joerg.bornemann at nokia.com
joerg.bornemann at nokia.com
Fri Aug 5 08:04:51 CEST 2011
> I go step-by-step over my code and the slow down starts just after
> the CreateWindow function of createInternalHwnd() function
> in the constructor of QGuiEventDispatcherWin32
> class.
The function you're pointing to is called by every Qt program on Windows (even non-gui programs) and they all would "slow down Excel".
IMHO the only thing you can try to find out what's wrong is reducing your program step by step until you get a small example that demonstrates the problem. I'm pretty sure that you already will find the source of the problem while doing this. ;)
BR,
Jörg
More information about the Qt-interest-old
mailing list