Thanks it works!!!
Think DigitalGasoline
Btw, QTimer has a convenient static method which can combine all that to a single statement: Qt Code: Switch view QTimer::singleShot(2000, this, SLOT(yourSlot())); QTimer::singleShot(2000, this, SLOT(yourSlot())); To copy to clipboard, switch view to plain text mode
QTimer::singleShot(2000, this, SLOT(yourSlot()));
J-P Nurmi
Forum Rules
Bookmarks