The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
QTimer ( QObject * parent, const char * name ) |
void | changeInterval ( int msec ) |
int | start ( int msec, bool sshot ) |
Constructs a timer called name, with a parent.
Use setInterval(msec) or start(msec) instead.
This function overloads start().
Call setSingleShot(sshot) and start(msec) instead.