33 |
33 |
34 def __init__(self, mainWindow, model, parent=None): |
34 def __init__(self, mainWindow, model, parent=None): |
35 """ |
35 """ |
36 Constructor |
36 Constructor |
37 |
37 |
38 @param mainWindow reference to the main window (HelpWindow) |
38 @param mainWindow reference to the main window (WebBrowserWindow) |
39 @param model reference to the bookmarks model (BookmarksModel) |
39 @param model reference to the bookmarks model (BookmarksModel) |
40 @param parent reference to the parent widget (QWidget) |
40 @param parent reference to the parent widget (QWidget) |
41 """ |
41 """ |
42 E5ModelToolBar.__init__( |
42 E5ModelToolBar.__init__( |
43 self, QCoreApplication.translate("BookmarksToolBar", "Bookmarks"), |
43 self, QCoreApplication.translate("BookmarksToolBar", "Bookmarks"), |