eric6/UI/UserInterface.py

changeset 8265
0090cfa83159
parent 8260
2161475d9639
child 8268
6b8128e0c9d1
equal deleted inserted replaced
8264:f95dde35d0ab 8265:0090cfa83159
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

eric ide

mercurial