pybitmessage.bitmessageqt.statusbar module

Status bar Module

class BMStatusBar(parent=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

Status bar with queue and priorities

duration = 10000
deleteAfter = 60
timerEvent(event)

an event handler which allows to queue and prioritise messages to show in the status bar, for example if many messages come very quickly after one another, it adds delays and so on

addImportant(message)