7429 ########################################## |
7429 ########################################## |
7430 ## Support for desktop notifications below |
7430 ## Support for desktop notifications below |
7431 ########################################## |
7431 ########################################## |
7432 |
7432 |
7433 def showNotification(self, icon, heading, text, |
7433 def showNotification(self, icon, heading, text, |
7434 kind=NotificationTypes.Information, timeout=None): |
7434 kind=NotificationTypes.INFORMATION, timeout=None): |
7435 """ |
7435 """ |
7436 Public method to show a desktop notification. |
7436 Public method to show a desktop notification. |
7437 |
7437 |
7438 @param icon icon to be shown in the notification |
7438 @param icon icon to be shown in the notification |
7439 @type QPixmap |
7439 @type QPixmap |