84 if checked: |
84 if checked: |
85 from UI.NotificationWidget import NotificationWidget |
85 from UI.NotificationWidget import NotificationWidget |
86 self.__notification = NotificationWidget( |
86 self.__notification = NotificationWidget( |
87 parent=self, setPosition=True) |
87 parent=self, setPosition=True) |
88 self.__notification.setPixmap( |
88 self.__notification.setPixmap( |
89 UI.PixmapCache.getPixmap("notification48.png")) |
89 UI.PixmapCache.getPixmap("notification48")) |
90 self.__notification.setHeading(self.tr("Visual Selection")) |
90 self.__notification.setHeading(self.tr("Visual Selection")) |
91 self.__notification.setText( |
91 self.__notification.setText( |
92 self.tr("Drag the notification window to" |
92 self.tr("Drag the notification window to" |
93 " the desired place and release the button.")) |
93 " the desired place and release the button.")) |
94 self.__notification.move( |
94 self.__notification.move( |