Helpviewer/UrlBar/BookmarkInfoDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1106
3e57cd52e0f6
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
14 14
15 import Helpviewer.HelpWindow 15 import Helpviewer.HelpWindow
16 16
17 import UI.PixmapCache 17 import UI.PixmapCache
18 18
19
19 class BookmarkInfoDialog(QDialog, Ui_BookmarkInfoDialog): 20 class BookmarkInfoDialog(QDialog, Ui_BookmarkInfoDialog):
20 """ 21 """
21 Class implementing a dialog to show some bookmark info. 22 Class implementing a dialog to show some bookmark info.
22 """ 23 """
23 def __init__(self, bookmark, parent = None): 24 def __init__(self, bookmark, parent=None):
24 """ 25 """
25 Constructor 26 Constructor
26 27
27 @param bookmark reference to the bookmark to be shown (Bookmark) 28 @param bookmark reference to the bookmark to be shown (Bookmark)
28 @param parent reference to the parent widget (QWidget) 29 @param parent reference to the parent widget (QWidget)

eric ide

mercurial