eric6/WebBrowser/UrlBar/BookmarkActionSelectionDialog.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
32 Constructor 32 Constructor
33 33
34 @param url URL to be worked on (QUrl) 34 @param url URL to be worked on (QUrl)
35 @param parent reference to the parent widget (QWidget) 35 @param parent reference to the parent widget (QWidget)
36 """ 36 """
37 super(BookmarkActionSelectionDialog, self).__init__(parent) 37 super().__init__(parent)
38 self.setupUi(self) 38 self.setupUi(self)
39 39
40 self.__action = self.Undefined 40 self.__action = self.Undefined
41 41
42 self.icon.setPixmap(UI.PixmapCache.getPixmap("bookmark32")) 42 self.icon.setPixmap(UI.PixmapCache.getPixmap("bookmark32"))

eric ide

mercurial