Helpviewer/OpenSearch/OpenSearchDialog.py

changeset 2954
bf0215fe12d1
parent 2403
e3d7a861547c
child 3002
6ffc581f00f1
equal deleted inserted replaced
2953:703452a2876f 2954:bf0215fe12d1
22 Class implementing a dialog for the configuration of search engines. 22 Class implementing a dialog for the configuration of search engines.
23 """ 23 """
24 def __init__(self, parent=None): 24 def __init__(self, parent=None):
25 """ 25 """
26 Constructor 26 Constructor
27
28 @param parent reference to the parent object (QWidget)
27 """ 29 """
28 super().__init__(parent) 30 super().__init__(parent)
29 self.setupUi(self) 31 self.setupUi(self)
30 32
31 self.setModal(True) 33 self.setModal(True)

eric ide

mercurial