UI/SearchWidget.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 3012
d177226027e2
equal deleted inserted replaced
2964:84b65fb9e780 2965:d133c7edd88a
29 29
30 def __init__(self, mainWindow, parent=None, spacer=True): 30 def __init__(self, mainWindow, parent=None, spacer=True):
31 """ 31 """
32 Constructor 32 Constructor
33 33
34 @param mainWindow reference to the main window (QWidget)
34 @param parent reference to the parent widget (QWidget) 35 @param parent reference to the parent widget (QWidget)
35 @param spacer flag indicating to add a vertical spacer to the 36 @param spacer flag indicating to add a vertical spacer to the
36 main layout (boolean) 37 main layout (boolean)
37 """ 38 """
38 super().__init__(parent) 39 super().__init__(parent)

eric ide

mercurial