Preferences/ConfigurationDialog.py

branch
QtWebEngine
changeset 4875
4ee26909ac0d
parent 4807
5c87ef12aa6d
child 4917
682750cc7bd5
equal deleted inserted replaced
4870:72901685681d 4875:4ee26909ac0d
432 "PrinterPage", None, None], 432 "PrinterPage", None, None],
433 "securityPage": 433 "securityPage":
434 [self.tr("Security"), "preferences-security.png", 434 [self.tr("Security"), "preferences-security.png",
435 "SecurityPage", None, None], 435 "SecurityPage", None, None],
436 436
437 # TODO: QtHelp 437 "helpDocumentationPage":
438 ## "helpDocumentationPage": 438 [self.tr("Help Documentation"),
439 ## [self.tr("Help Documentation"), 439 "preferences-helpdocumentation.png",
440 ## "preferences-helpdocumentation.png", 440 "HelpDocumentationPage", None, None],
441 ## "HelpDocumentationPage", None, None],
442 441
443 "webBrowserAppearancePage": 442 "webBrowserAppearancePage":
444 [self.tr("Appearance"), "preferences-styles.png", 443 [self.tr("Appearance"), "preferences-styles.png",
445 "WebBrowserAppearancePage", None, None], 444 "WebBrowserAppearancePage", None, None],
446 "webBrowserPage": 445 "webBrowserPage":

eric ide

mercurial