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) |