I want my program to wait 2 seconds before it does something.
How ?
Printable View
I want my program to wait 2 seconds before it does something.
How ?
sleep(2) or sleep(2000) ?
How about QTimer? Using sleeping of any kind causes the whole GUI to freeze.