eric6/Preferences/ConfigurationPages/NotificationsPage.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7780
41420f82c0ac
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
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(

eric ide

mercurial