121 except KeyError: |
121 except KeyError: |
122 self.pluginManager = PluginManager(self) |
122 self.pluginManager = PluginManager(self) |
123 e5App().registerObject("PluginManager", self.pluginManager) |
123 e5App().registerObject("PluginManager", self.pluginManager) |
124 |
124 |
125 if displayMode == ConfigurationWidget.DefaultMode: |
125 if displayMode == ConfigurationWidget.DefaultMode: |
126 # TODO: add QtWebEngine based browser config pages to default mode |
|
127 self.configItems = { |
126 self.configItems = { |
128 # key : [display string, pixmap name, dialog module name or |
127 # key : [display string, pixmap name, dialog module name or |
129 # page creation function, parent key, |
128 # page creation function, parent key, |
130 # reference to configuration page (must always be last)] |
129 # reference to configuration page (must always be last)] |
131 # The dialog module must have the module function 'create' to |
130 # The dialog module must have the module function 'create' to |