Preferences/ConfigurationDialog.py

branch
conda
changeset 6672
2af01e538c57
parent 6645
ad476851d7e0
child 6782
390a45748883
equal deleted inserted replaced
6671:8baaf3bce895 6672:2af01e538c57
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",

eric ide

mercurial