eric6/UI/NotificationWidget.py

changeset 7961
9a11cf4ca0d6
parent 7959
44e15eda6506
child 7996
ce1d288659ae
equal deleted inserted replaced
7960:e8fc383322f7 7961:9a11cf4ca0d6
15 from .Ui_NotificationFrame import Ui_NotificationFrame 15 from .Ui_NotificationFrame import Ui_NotificationFrame
16 16
17 import Globals 17 import Globals
18 import Preferences 18 import Preferences
19 import UI.PixmapCache 19 import UI.PixmapCache
20
21
22 # TODO: add a notification log
23 # - date/time and message
24 # - display widget with capability to save the messages
25 # - optional: display widget with capability to load saved messages
26 20
27 21
28 class NotificationTypes(Enum): 22 class NotificationTypes(Enum):
29 """ 23 """
30 Class implementing the notification types. 24 Class implementing the notification types.

eric ide

mercurial