Compatibility Members for QTimer

The following members of class QTimerare part of the Qt compatibility layer. We advise against using them in new code.

Public Functions

QTimer(QObject * parent, const char * name)
  • 8 public functions inherited from QObject

Public Slots

void changeInterval(int msec)
int start(int msec, bool sshot)

Member Function Documentation

QTimer::QTimer(QObject * parent, const char * name)

Constructs a timer called name, with a parent.

[slot] void QTimer::changeInterval(int msec)

Use setInterval(msec) or start(msec) instead.

[slot] int QTimer::start(int msec, bool sshot)

This function overloads start().

Call setSingleShot(sshot) and start(msec) instead.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.