Home · All Classes · Modules

QTimer Class Reference
[QtCore module]

Inherits QObject.

Methods

Static Methods

Qt Signals


Detailed Description


Method Documentation

QTimer.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

int QTimer.interval (self)

bool QTimer.isActive (self)

bool QTimer.isSingleShot (self)

QTimer.setInterval (self, int)

QTimer.setSingleShot (self, bool)

QTimer.singleShot (int, QObject, SLOT()SLOT())

QTimer.singleShot (int, callable)

QTimer.start (self, int)

This method is also a Qt slot with the C++ signature void start(int).

QTimer.start (self)

This method is also a Qt slot with the C++ signature void start().

QTimer.stop (self)

This method is also a Qt slot with the C++ signature void stop().

QTimer.timerEvent (self, QTimerEvent)

int QTimer.timerId (self)


Qt Signal Documentation

void timeout ()

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0