Preferences/ConfigurationDialog.py

branch
maintenance
changeset 6826
c6dda2cbe081
parent 6646
51eefa621de4
parent 6782
390a45748883
equal deleted inserted replaced
6764:d14ddbfbbd36 6826:c6dda2cbe081
140 # create the configuration page. This must have the method 140 # create the configuration page. This must have the method
141 # 'save' to save the settings. 141 # 'save' to save the settings.
142 "applicationPage": 142 "applicationPage":
143 [self.tr("Application"), "preferences-application.png", 143 [self.tr("Application"), "preferences-application.png",
144 "ApplicationPage", None, None], 144 "ApplicationPage", None, None],
145 "condaPage":
146 [self.tr("Conda"), "miniconda.png",
147 "CondaPage", None, None],
145 "cooperationPage": 148 "cooperationPage":
146 [self.tr("Cooperation"), "preferences-cooperation.png", 149 [self.tr("Cooperation"), "preferences-cooperation.png",
147 "CooperationPage", None, None], 150 "CooperationPage", None, None],
148 "corbaPage": 151 "corbaPage":
149 [self.tr("CORBA"), "preferences-orbit.png", 152 [self.tr("CORBA"), "preferences-orbit.png",
177 "NetworkPage", None, None], 180 "NetworkPage", None, None],
178 "notificationsPage": 181 "notificationsPage":
179 [self.tr("Notifications"), 182 [self.tr("Notifications"),
180 "preferences-notifications.png", 183 "preferences-notifications.png",
181 "NotificationsPage", None, None], 184 "NotificationsPage", None, None],
185 "pipPage":
186 [self.tr("Python Package Management"), "pypi.png",
187 "PipPage", None, None],
182 "pluginManagerPage": 188 "pluginManagerPage":
183 [self.tr("Plugin Manager"), 189 [self.tr("Plugin Manager"),
184 "preferences-pluginmanager.png", 190 "preferences-pluginmanager.png",
185 "PluginManagerPage", None, None], 191 "PluginManagerPage", None, None],
186 "printerPage": 192 "printerPage":

eric ide

mercurial