Preferences/__init__.py

changeset 1965
96f5a76e1845
parent 1953
26aa6fd94dc2
child 1972
5341662d6cfb
equal deleted inserted replaced
1964:6a6a53f2d086 1965:96f5a76e1845
85 "ConsoleDbgCommand": "", 85 "ConsoleDbgCommand": "",
86 "PathTranslation": False, 86 "PathTranslation": False,
87 "PathTranslationRemote": "", 87 "PathTranslationRemote": "",
88 "PathTranslationLocal": "", 88 "PathTranslationLocal": "",
89 "NetworkInterface": "127.0.0.1", 89 "NetworkInterface": "127.0.0.1",
90 "AutoViewSourceCode" : False, 90 "AutoViewSourceCode": False,
91 } 91 }
92 debuggerDefaults["AllowedHosts"] = ["127.0.0.1", "::1%0"] 92 debuggerDefaults["AllowedHosts"] = ["127.0.0.1", "::1%0"]
93 93
94 # defaults for the UI settings 94 # defaults for the UI settings
95 uiDefaults = { 95 uiDefaults = {
652 "VirusTotalServiceKey": "", 652 "VirusTotalServiceKey": "",
653 "VirusTotalSecure": False, 653 "VirusTotalSecure": False,
654 "SearchLanguage": QLocale().language(), 654 "SearchLanguage": QLocale().language(),
655 "DoNotTrack": False, 655 "DoNotTrack": False,
656 "SendReferer": True, 656 "SendReferer": True,
657 "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"], 657 "SendRefererWhitelist": ["qt-apps.org", "kde-apps.org"],
658 "RssFeeds": [], 658 "RssFeeds": [],
659 "SyncEnabled": False, 659 "SyncEnabled": False,
660 "SyncBookmarks": True, 660 "SyncBookmarks": True,
661 "SyncHistory": True, 661 "SyncHistory": True,
662 "SyncPasswords": False, 662 "SyncPasswords": False,

eric ide

mercurial