[Qt-interest] Adding delay in Qt

R. Reucher rene.reucher at batcom-it.net
Tue Mar 31 14:07:52 CEST 2009


On Tue March 31 2009 14:00:51 Keshava Krishna wrote:
> i need to add delay in a loop, is there any way of doing it in qt?
> can i use time.h header of C?
> if yes please tell me how to include it...
I've successfully used QTest::qWait(int) to accomplish this... you have to 
add "CONFIG += qtestlib" to your .pro file, though.

HTH, René
-- 
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/

Too much of everything is just enough.
		-- Bob Wier




More information about the Qt-interest-old mailing list