Create delay in QT

voiconvuive
Hi all,

I'm writing an application in QT and i wanna use delay. Please show me any
ways create delay in QT.

i tried to using QTimer but it dont work :( 

Thank in advance and best regards.

danics
using QTimer::singleShot() and set your delay time, 
but probably you must not ask your Qt question here.

sushant
I am install a qt qt-everywhere-opensource-src-4.6.3 in my system i am
create Hello application and it cross compile and inserted on board and run
hello -qws but error is missing lib of qt.How to cross compile the all qt-4
lib for mini2440 board...