Preferences/ConfigurationDialog.py

changeset 6041
415d36b1d3a6
parent 5968
c5112b5cb7a9
child 6048
82ad8ec9548c
equal deleted inserted replaced
6040:dcf8c50ed06a 6041:415d36b1d3a6
344 "WebBrowserPage", "0webBrowserPage", None], 344 "WebBrowserPage", "0webBrowserPage", None],
345 "helpFlashCookieManagerPage": 345 "helpFlashCookieManagerPage":
346 [self.tr("Flash Cookie Manager"), 346 [self.tr("Flash Cookie Manager"),
347 "flashCookie16.png", 347 "flashCookie16.png",
348 "HelpFlashCookieManagerPage", "0webBrowserPage", None], 348 "HelpFlashCookieManagerPage", "0webBrowserPage", None],
349 "helpVirusTotalPage": 349 "webBrowserVirusTotalPage":
350 [self.tr("VirusTotal Interface"), "virustotal.png", 350 [self.tr("VirusTotal Interface"), "virustotal.png",
351 "HelpVirusTotalPage", "0webBrowserPage", None], 351 "WebBrowserVirusTotalPage", "0webBrowserPage", None],
352 }) 352 })
353 if qVersionTuple() >= (5, 8, 0) and PYQT_VERSION >= 0x50800: 353 if qVersionTuple() >= (5, 8, 0) and PYQT_VERSION >= 0x50800:
354 self.configItems.update({ 354 self.configItems.update({
355 "webBrowserSpellCheckingPage": 355 "webBrowserSpellCheckingPage":
356 [self.tr("Spell checking"), 356 [self.tr("Spell checking"),
467 467
468 "helpFlashCookieManagerPage": 468 "helpFlashCookieManagerPage":
469 [self.tr("Flash Cookie Manager"), 469 [self.tr("Flash Cookie Manager"),
470 "flashCookie16.png", 470 "flashCookie16.png",
471 "HelpFlashCookieManagerPage", None, None], 471 "HelpFlashCookieManagerPage", None, None],
472 "helpVirusTotalPage": 472 "webBrowserVirusTotalPage":
473 [self.tr("VirusTotal Interface"), "virustotal.png", 473 [self.tr("VirusTotal Interface"), "virustotal.png",
474 "HelpVirusTotalPage", None, None], 474 "WebBrowserVirusTotalPage", None, None],
475 } 475 }
476 476
477 if qVersionTuple() >= (5, 8, 0) and PYQT_VERSION >= 0x50800: 477 if qVersionTuple() >= (5, 8, 0) and PYQT_VERSION >= 0x50800:
478 self.configItems.update({ 478 self.configItems.update({
479 "webBrowserSpellCheckingPage": 479 "webBrowserSpellCheckingPage":

eric ide

mercurial