(
self, title, subtitle, category, label=None, icon=None)
| 1375 | logger.warning("No notification.sound plugin found") |
| 1376 | |
| 1377 | def notifierShow( |
| 1378 | self, title, subtitle, category, label=None, icon=None): |
| 1379 | self.playSound(category, label) |
| 1380 | self._notifier( |
| 1381 | unicode(title), unicode(subtitle), category, label, icon) |
| 1382 | |
| 1383 | # tree |
| 1384 | def treeWidgetKeyPressEvent(self, event): |
no test coverage detected