Hi,

1. Is it possible to stop a QTimer.singleShot() timer (pls. don't tell me to use the stop() function of a QTimer() object, I really want to know if the static function QTimer.singleShot() can be stopped before its time has elapsed)?

2. What happens if a second QTimer.singleShot() is launched before the first one has elapsed? Is the first one killed or is a second one started instead?

--
Best rgds,

Geert
________________________________________________

*Use EcoCho <http://www.ecocho.com>: environmentally friendly search the internet!*
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to