25 Constructor |
25 Constructor |
26 |
26 |
27 @param bookmark reference to the bookmark to be shown (Bookmark) |
27 @param bookmark reference to the bookmark to be shown (Bookmark) |
28 @param parent reference to the parent widget (QWidget) |
28 @param parent reference to the parent widget (QWidget) |
29 """ |
29 """ |
30 super(BookmarkInfoDialog, self).__init__(parent) |
30 super().__init__(parent) |
31 self.setupUi(self) |
31 self.setupUi(self) |
32 |
32 |
33 self.__bookmark = bookmark |
33 self.__bookmark = bookmark |
34 |
34 |
35 self.icon.setPixmap(UI.PixmapCache.getPixmap("bookmark32")) |
35 self.icon.setPixmap(UI.PixmapCache.getPixmap("bookmark32")) |