QThread::sleep ( unsigned long secs )
QThread::usleep ( unsigned long usecs )
QThread::msleep ( unsigned long msecs )

But it depends what you would like to acheave.
Some things can be done nicer with a slot connected to a QTimer.