25 Constructor |
25 Constructor |
26 |
26 |
27 @param configDialog reference to the configuration dialog |
27 @param configDialog reference to the configuration dialog |
28 (ConfigurationDialog) |
28 (ConfigurationDialog) |
29 """ |
29 """ |
30 super(WebBrowserPage, self).__init__() |
30 super().__init__() |
31 self.setupUi(self) |
31 self.setupUi(self) |
32 self.setObjectName("WebBrowserPage") |
32 self.setObjectName("WebBrowserPage") |
33 |
33 |
34 self.__configDlg = configDialog |
34 self.__configDlg = configDialog |
35 mw = configDialog.parent().parent() |
35 mw = configDialog.parent().parent() |