Preferences/ConfigurationDialog.py

branch
QtWebEngine
changeset 4807
5c87ef12aa6d
parent 4806
5c0745cb26ea
child 4875
4ee26909ac0d
equal deleted inserted replaced
4806:5c0745cb26ea 4807:5c87ef12aa6d
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

eric ide

mercurial