Preferences/ConfigurationDialog.py

changeset 4359
ac1dda9f3f19
parent 4288
1c9c1c12111a
child 4370
54dbb658f9e6
equal deleted inserted replaced
4357:815d1f3116ff 4359:ac1dda9f3f19
57 57
58 @return name of the configuration page (string) 58 @return name of the configuration page (string)
59 """ 59 """
60 return self.__pageName 60 return self.__pageName
61 61
62 62 # TODO: add page for Flash Cookie Manager
63 class ConfigurationWidget(QWidget): 63 class ConfigurationWidget(QWidget):
64 """ 64 """
65 Class implementing a dialog for the configuration of eric6. 65 Class implementing a dialog for the configuration of eric6.
66 66
67 @signal preferencesChanged() emitted after settings have been changed 67 @signal preferencesChanged() emitted after settings have been changed
285 "HelpAppearancePage", "0helpPage", None], 285 "HelpAppearancePage", "0helpPage", None],
286 "helpDocumentationPage": 286 "helpDocumentationPage":
287 [self.tr("Help Documentation"), 287 [self.tr("Help Documentation"),
288 "preferences-helpdocumentation.png", 288 "preferences-helpdocumentation.png",
289 "HelpDocumentationPage", "0helpPage", None], 289 "HelpDocumentationPage", "0helpPage", None],
290 "helpFlashCookieManagerPage":
291 [self.tr("Flash Cookie Manager"),
292 "flashCookie16.png",
293 "HelpFlashCookieManagerPage", "0helpPage", None],
290 "helpViewersPage": 294 "helpViewersPage":
291 [self.tr("Help Viewers"), 295 [self.tr("Help Viewers"),
292 "preferences-helpviewers.png", 296 "preferences-helpviewers.png",
293 "HelpViewersPage", "0helpPage", None], 297 "HelpViewersPage", "0helpPage", None],
294 "helpVirusTotalPage": 298 "helpVirusTotalPage":
355 "HelpAppearancePage", "0helpPage", None], 359 "HelpAppearancePage", "0helpPage", None],
356 "helpDocumentationPage": 360 "helpDocumentationPage":
357 [self.tr("Help Documentation"), 361 [self.tr("Help Documentation"),
358 "preferences-helpdocumentation.png", 362 "preferences-helpdocumentation.png",
359 "HelpDocumentationPage", "0helpPage", None], 363 "HelpDocumentationPage", "0helpPage", None],
364 "helpFlashCookieManagerPage":
365 [self.tr("Flash Cookie Manager"),
366 "flashCookie16.png",
367 "HelpFlashCookieManagerPage", "0helpPage", None],
360 "helpVirusTotalPage": 368 "helpVirusTotalPage":
361 [self.tr("VirusTotal Interface"), "virustotal.png", 369 [self.tr("VirusTotal Interface"), "virustotal.png",
362 "HelpVirusTotalPage", "0helpPage", None], 370 "HelpVirusTotalPage", "0helpPage", None],
363 "helpWebBrowserPage": 371 "helpWebBrowserPage":
364 [self.tr("eric6 Web Browser"), "ericWeb.png", 372 [self.tr("eric6 Web Browser"), "ericWeb.png",

eric ide

mercurial