Preferences/ConfigurationDialog.py

branch
maintenance
changeset 6050
25a4ddb25ca4
parent 6004
548a9ba8c970
parent 6048
82ad8ec9548c
child 6206
a02b03b7bfec
equal deleted inserted replaced
6005:6914826302ae 6050:25a4ddb25ca4
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2002 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog for the configuration of eric6. 7 Module implementing a dialog for the configuration of eric6.
8 """ 8 """
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