eric6/WebBrowser/Bookmarks/BookmarksToolBar.py

branch
without_py2_and_pyqt4
changeset 7196
ab0a91b82b37
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7192:a22eee00b052 7196:ab0a91b82b37
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"),

eric ide

mercurial