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")) |