eric6/WebBrowser/UrlBar/UrlBar.py

branch
without_py2_and_pyqt4
changeset 7196
ab0a91b82b37
parent 7192
a22eee00b052
child 7229
53054eb5b15a
equal deleted inserted replaced
7192:a22eee00b052 7196:ab0a91b82b37
33 """ 33 """
34 def __init__(self, mainWindow, parent=None): 34 def __init__(self, mainWindow, 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 parent reference to the parent widget (HelpBrowser) 39 @param parent reference to the parent widget (WebBrowserView)
40 """ 40 """
41 E5LineEdit.__init__(self, parent) 41 E5LineEdit.__init__(self, parent)
42 self.setInactiveText(self.tr("Enter the URL here.")) 42 self.setInactiveText(self.tr("Enter the URL here."))
43 self.setWhatsThis(self.tr("Enter the URL here.")) 43 self.setWhatsThis(self.tr("Enter the URL here."))
44 44

eric ide

mercurial