five second tooltip delay

This commit is contained in:
Damien Elmes 2010-01-24 00:50:27 +09:00
parent be4b3faeb2
commit 294ac8045c

View file

@ -975,7 +975,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
self.toolTipLabel.show()
self.toolTipTimer = QTimer(self)
self.toolTipTimer.setSingleShot(True)
self.toolTipTimer.start(2000)
self.toolTipTimer.start(5000)
self.connect(self.toolTipTimer, SIGNAL("timeout()"),
self.closeToolTip)