View Single Post
Posts: 108 | Thanked: 119 times | Joined on Aug 2010 @ Dresden - Germany
#14
Hildon Banner is also available for PyQt. You have to:

Code:
from QtMaemo5 import QMaemo5InformationBox
and than for showing them, for example:

Code:
QMaemo5InformationBox.information(None, QString(warning), 2500)
2500 - how long to show it (in milliseconds). If it's 0 you have to click.

Hope it will help you!