Fri, 11 Oct 2024 15:33:30 +0200
Added documentation set for Python 3.13.
{ "header": { "comment": "eric project file for project PluginDocumentationSets", "copyright": "Copyright (C) 2024 Detlev Offenbach, detlev@die-offenbachs.de" }, "project": { "AUTHOR": "Detlev Offenbach", "CHECKERSPARMS": { "Pep8Checker": { "AnnotationsChecker": { "AllowStarArgAny": false, "AllowUntypedDefs": false, "AllowUntypedNested": false, "CheckFutureAnnotations": false, "DispatchDecorators": [ "singledispatch", "singledispatchmethod" ], "ExemptedTypingSymbols": [ "" ], "ForceFutureAnnotations": false, "MaximumComplexity": 3, "MaximumLength": 7, "MinimumCoverage": 75, "MypyInitReturn": false, "OverloadDecorators": [ "overload" ], "SuppressDummyArgs": false, "SuppressNoneReturning": true }, "BlankLines": [ 2, 1 ], "BuiltinsChecker": { "bytes": [ "unicode" ], "chr": [ "unichr" ], "str": [ "unicode" ] }, "CommentedCodeChecker": { "Aggressive": false, "WhiteList": [ "pylint", "pyright", "noqa", "type:\\s*ignore", "fmt:\\s*(on|off)", "TODO", "FIXME", "WARNING", "NOTE", "TEST", "DOCU", "XXX", "- " ] }, "CopyrightAuthor": "", "CopyrightMinFileSize": 0, "DocstringType": "eric_black", "EnabledCheckerCategories": "C, D, E, I, L, M, NO, N, Y, U, W", "ExcludeFiles": "*/Ui_*.py, */*_rc.py,", "ExcludeMessages": "C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,M852,N802,N803,N807,N808,N821,W293,W503,Y119,Y401,Y402", "FixCodes": "", "FixIssues": false, "FutureChecker": "", "HangClosing": false, "ImportsChecker": { "ApplicationPackageNames": [], "BanRelativeImports": "", "BannedModules": [] }, "IncludeMessages": "", "LineComplexity": 25, "LineComplexityScore": 10, "MaxCodeComplexity": 10, "MaxDocLineLength": 88, "MaxLineLength": 88, "NameOrderChecker": { "ApplicationPackageNames": [], "CombinedAsImports": false, "SortCaseSensitive": false, "SortFromFirst": false, "SortIgnoringStyle": false, "SortOrder": "natural" }, "NoFixCodes": "E501", "RepeatMessages": true, "SecurityChecker": { "CheckTypedException": false, "HardcodedTmpDirectories": [ "/tmp", "/var/tmp", "/dev/shm", "~/tmp" ], "InsecureHashes": [ "md4", "md5", "sha", "sha1" ], "InsecureSslProtocolVersions": [ "PROTOCOL_SSLv2", "SSLv2_METHOD", "SSLv23_METHOD", "PROTOCOL_SSLv3", "PROTOCOL_TLSv1", "SSLv3_METHOD", "TLSv1_METHOD" ], "WeakKeySizeDsaHigh": "1024", "WeakKeySizeDsaMedium": "2048", "WeakKeySizeEcHigh": "160", "WeakKeySizeEcMedium": "224", "WeakKeySizeRsaHigh": "1024", "WeakKeySizeRsaMedium": "2048" }, "ShowIgnored": false, "UnusedChecker": { "IgnoreAbstract": true, "IgnoreDunderGlobals": true, "IgnoreDunderMethods": true, "IgnoreEventHandlerMethods": false, "IgnoreLambdas": false, "IgnoreNestedFunctions": false, "IgnoreOverload": true, "IgnoreOverride": true, "IgnoreSlotMethods": false, "IgnoreStubs": true, "IgnoreVariadicNames": false }, "ValidEncodings": "latin-1, utf-8" } }, "DESCRIPTION": "This plug-in provides additional documentation sets in QtHelp format (*.qch) for registration with the eric help/web browser or Qt Assistant.", "DOCSTRING": "", "DOCUMENTATIONPARMS": { "ERIC4DOC": { "cssFile": "%PYTHON%/eric7/CSSs/default.css", "ignoreDirectories": [ ".eric6project", ".ropeproject", ".eric7project" ], "ignoreFilePatterns": [ "Ui_*.py" ], "outputDirectory": "Documentation/source", "qtHelpEnabled": false, "startDirectory": "", "useRecursion": true } }, "EMAIL": "detlev@die-offenbachs.de", "EMBEDDED_VENV": false, "EOL": 1, "FILETYPES": { "*.epj": "OTHERS", "*.idl": "INTERFACES", "*.md": "OTHERS", "*.proto": "PROTOCOLS", "*.py": "SOURCES", "*.py3": "SOURCES", "*.pyw": "SOURCES", "*.pyw3": "SOURCES", "*.qm": "TRANSLATIONS", "*.rst": "OTHERS", "*.ts": "TRANSLATIONS", "*.txt": "OTHERS", "*.ui": "FORMS", "GNUmakefile": "OTHERS", "Makefile": "OTHERS", "README": "OTHERS", "README.*": "OTHERS", "Ui_*.py": "__IGNORE__", "makefile": "OTHERS" }, "FORMS": [], "HASH": "ecc5457779c644005bcb2cc3e91ccff121b7a60c", "IDLPARAMS": { "DefinedNames": [], "IncludeDirs": [], "UndefinedNames": [] }, "INTERFACES": [], "LEXERASSOCS": {}, "LICENSE": "GNU General Public License v3 or later (GPLv3+)", "MAINSCRIPT": "PluginDocumentationSets.py", "MAKEPARAMS": { "MakeEnabled": false, "MakeExecutable": "", "MakeFile": "", "MakeParameters": "", "MakeTarget": "", "MakeTestOnly": true }, "MIXEDLANGUAGE": false, "OTHERS": [ ".hgignore", "Documentation/LICENSE.GPL3", "Documentation/source", "DocumentationSets/CircuitPython-7.3/CircuitPython-73.qch", "DocumentationSets/CircuitPython-8.0/CircuitPython-80.qch", "DocumentationSets/CircuitPython-8.1/CircuitPython-81.qch", "DocumentationSets/CircuitPython-8.2/CircuitPython-82.qch", "DocumentationSets/CircuitPython-9.0/CircuitPython-90.qch", "DocumentationSets/CircuitPython-9.1/CircuitPython-91.qch", "DocumentationSets/MicroPython-1.19.1/MicroPython-1191.qch", "DocumentationSets/MicroPython-1.20.0/MicroPython-1200.qch", "DocumentationSets/MicroPython-1.21.0/MicroPython-1210.qch", "DocumentationSets/MicroPython-1.22.2/MicroPython-1222.qch", "DocumentationSets/MicroPython-1.23.0/MicroPython-1230.qch", "DocumentationSets/PyQt-5.15/PyQt-515.qch", "DocumentationSets/PyQt-6.2/PyQt-62.qch", "DocumentationSets/PyQt-6.3/PyQt-63.qch", "DocumentationSets/PyQt-6.4/PyQt-64.qch", "DocumentationSets/PyQt-6.5/PyQt-65.qch", "DocumentationSets/PyQt-6.6/PyQt-66.qch", "DocumentationSets/PyQt-6.7/PyQt-67.qch", "DocumentationSets/Python-3.10/Python-3100.qch", "DocumentationSets/Python-3.11/Python-3110.qch", "DocumentationSets/Python-3.12/Python-3120.qch", "DocumentationSets/Python-3.13/Python-3130.qch", "DocumentationSets/Python-3.7/Python-370.qch", "DocumentationSets/Python-3.8/Python-381.qch", "DocumentationSets/Python-3.9/Python-390.qch", "DocumentationSets/Qt-5.12/LICENSE.GFDL", "DocumentationSets/Qt-5.12/activeqt.qch", "DocumentationSets/Qt-5.12/qdoc.qch", "DocumentationSets/Qt-5.12/qmake.qch", "DocumentationSets/Qt-5.12/qt3d.qch", "DocumentationSets/Qt-5.12/qtandroidextras.qch", "DocumentationSets/Qt-5.12/qtassistant.qch", "DocumentationSets/Qt-5.12/qtbluetooth.qch", "DocumentationSets/Qt-5.12/qtcanvas3d.qch", "DocumentationSets/Qt-5.12/qtcharts.qch", "DocumentationSets/Qt-5.12/qtconcurrent.qch", "DocumentationSets/Qt-5.12/qtcore.qch", "DocumentationSets/Qt-5.12/qtdatavis3d.qch", "DocumentationSets/Qt-5.12/qtdbus.qch", "DocumentationSets/Qt-5.12/qtdesigner.qch", "DocumentationSets/Qt-5.12/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-5.12/qtdoc.qch", "DocumentationSets/Qt-5.12/qtgamepad.qch", "DocumentationSets/Qt-5.12/qtgraphicaleffects.qch", "DocumentationSets/Qt-5.12/qtgui.qch", "DocumentationSets/Qt-5.12/qthelp.qch", "DocumentationSets/Qt-5.12/qtimageformats.qch", "DocumentationSets/Qt-5.12/qtlabscalendar.qch", "DocumentationSets/Qt-5.12/qtlabsplatform.qch", "DocumentationSets/Qt-5.12/qtlinguist.qch", "DocumentationSets/Qt-5.12/qtlocation.qch", "DocumentationSets/Qt-5.12/qtmacextras.qch", "DocumentationSets/Qt-5.12/qtmultimedia.qch", "DocumentationSets/Qt-5.12/qtnetwork.qch", "DocumentationSets/Qt-5.12/qtnetworkauth.qch", "DocumentationSets/Qt-5.12/qtnfc.qch", "DocumentationSets/Qt-5.12/qtopengl.qch", "DocumentationSets/Qt-5.12/qtplatformheaders.qch", "DocumentationSets/Qt-5.12/qtpositioning.qch", "DocumentationSets/Qt-5.12/qtprintsupport.qch", "DocumentationSets/Qt-5.12/qtpurchasing.qch", "DocumentationSets/Qt-5.12/qtqml.qch", "DocumentationSets/Qt-5.12/qtqmltest.qch", "DocumentationSets/Qt-5.12/qtquick.qch", "DocumentationSets/Qt-5.12/qtquickcontrols.qch", "DocumentationSets/Qt-5.12/qtquickcontrols1.qch", "DocumentationSets/Qt-5.12/qtquickdialogs.qch", "DocumentationSets/Qt-5.12/qtquickextras.qch", "DocumentationSets/Qt-5.12/qtremoteobjects.qch", "DocumentationSets/Qt-5.12/qtscxml.qch", "DocumentationSets/Qt-5.12/qtsensors.qch", "DocumentationSets/Qt-5.12/qtserialbus.qch", "DocumentationSets/Qt-5.12/qtserialport.qch", "DocumentationSets/Qt-5.12/qtspeech.qch", "DocumentationSets/Qt-5.12/qtsql.qch", "DocumentationSets/Qt-5.12/qtsvg.qch", "DocumentationSets/Qt-5.12/qttestlib.qch", "DocumentationSets/Qt-5.12/qtuitools.qch", "DocumentationSets/Qt-5.12/qtvirtualkeyboard.qch", "DocumentationSets/Qt-5.12/qtwaylandcompositor.qch", "DocumentationSets/Qt-5.12/qtwebchannel.qch", "DocumentationSets/Qt-5.12/qtwebengine.qch", "DocumentationSets/Qt-5.12/qtwebsockets.qch", "DocumentationSets/Qt-5.12/qtwebview.qch", "DocumentationSets/Qt-5.12/qtwidgets.qch", "DocumentationSets/Qt-5.12/qtwinextras.qch", "DocumentationSets/Qt-5.12/qtx11extras.qch", "DocumentationSets/Qt-5.12/qtxml.qch", "DocumentationSets/Qt-5.12/qtxmlpatterns.qch", "DocumentationSets/Qt-5.15/LICENSE.GFDL", "DocumentationSets/Qt-5.15/activeqt.qch", "DocumentationSets/Qt-5.15/qdoc.qch", "DocumentationSets/Qt-5.15/qmake.qch", "DocumentationSets/Qt-5.15/qt3d.qch", "DocumentationSets/Qt-5.15/qtandroidextras.qch", "DocumentationSets/Qt-5.15/qtassistant.qch", "DocumentationSets/Qt-5.15/qtbluetooth.qch", "DocumentationSets/Qt-5.15/qtcharts.qch", "DocumentationSets/Qt-5.15/qtcmake.qch", "DocumentationSets/Qt-5.15/qtconcurrent.qch", "DocumentationSets/Qt-5.15/qtcore.qch", "DocumentationSets/Qt-5.15/qtdatavis3d.qch", "DocumentationSets/Qt-5.15/qtdbus.qch", "DocumentationSets/Qt-5.15/qtdesigner.qch", "DocumentationSets/Qt-5.15/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-5.15/qtdoc.qch", "DocumentationSets/Qt-5.15/qtgamepad.qch", "DocumentationSets/Qt-5.15/qtgraphicaleffects.qch", "DocumentationSets/Qt-5.15/qtgui.qch", "DocumentationSets/Qt-5.15/qthelp.qch", "DocumentationSets/Qt-5.15/qtimageformats.qch", "DocumentationSets/Qt-5.15/qtlabscalendar.qch", "DocumentationSets/Qt-5.15/qtlabsplatform.qch", "DocumentationSets/Qt-5.15/qtlinguist.qch", "DocumentationSets/Qt-5.15/qtlocation.qch", "DocumentationSets/Qt-5.15/qtlottieanimation.qch", "DocumentationSets/Qt-5.15/qtmacextras.qch", "DocumentationSets/Qt-5.15/qtmultimedia.qch", "DocumentationSets/Qt-5.15/qtnetwork.qch", "DocumentationSets/Qt-5.15/qtnetworkauth.qch", "DocumentationSets/Qt-5.15/qtnfc.qch", "DocumentationSets/Qt-5.15/qtopengl.qch", "DocumentationSets/Qt-5.15/qtplatformheaders.qch", "DocumentationSets/Qt-5.15/qtpositioning.qch", "DocumentationSets/Qt-5.15/qtprintsupport.qch", "DocumentationSets/Qt-5.15/qtpurchasing.qch", "DocumentationSets/Qt-5.15/qtqml.qch", "DocumentationSets/Qt-5.15/qtqmltest.qch", "DocumentationSets/Qt-5.15/qtquick.qch", "DocumentationSets/Qt-5.15/qtquick3d.qch", "DocumentationSets/Qt-5.15/qtquickcontrols.qch", "DocumentationSets/Qt-5.15/qtquickcontrols1.qch", "DocumentationSets/Qt-5.15/qtquickdialogs.qch", "DocumentationSets/Qt-5.15/qtquickextras.qch", "DocumentationSets/Qt-5.15/qtquicktimeline.qch", "DocumentationSets/Qt-5.15/qtremoteobjects.qch", "DocumentationSets/Qt-5.15/qtscxml.qch", "DocumentationSets/Qt-5.15/qtsensors.qch", "DocumentationSets/Qt-5.15/qtserialbus.qch", "DocumentationSets/Qt-5.15/qtserialport.qch", "DocumentationSets/Qt-5.15/qtspeech.qch", "DocumentationSets/Qt-5.15/qtsql.qch", "DocumentationSets/Qt-5.15/qtsvg.qch", "DocumentationSets/Qt-5.15/qttestlib.qch", "DocumentationSets/Qt-5.15/qtuitools.qch", "DocumentationSets/Qt-5.15/qtvirtualkeyboard.qch", "DocumentationSets/Qt-5.15/qtwaylandcompositor.qch", "DocumentationSets/Qt-5.15/qtwebchannel.qch", "DocumentationSets/Qt-5.15/qtwebengine.qch", "DocumentationSets/Qt-5.15/qtwebsockets.qch", "DocumentationSets/Qt-5.15/qtwebview.qch", "DocumentationSets/Qt-5.15/qtwidgets.qch", "DocumentationSets/Qt-5.15/qtwinextras.qch", "DocumentationSets/Qt-5.15/qtx11extras.qch", "DocumentationSets/Qt-5.15/qtxml.qch", "DocumentationSets/Qt-5.15/qtxmlpatterns.qch", "DocumentationSets/Qt-6.2/LICENSE.FDL", "DocumentationSets/Qt-6.2/qdoc.qch", "DocumentationSets/Qt-6.2/qmake.qch", "DocumentationSets/Qt-6.2/qt3d.qch", "DocumentationSets/Qt-6.2/qtbluetooth.qch", "DocumentationSets/Qt-6.2/qtcharts.qch", "DocumentationSets/Qt-6.2/qtcmake.qch", "DocumentationSets/Qt-6.2/qtconcurrent.qch", "DocumentationSets/Qt-6.2/qtcore.qch", "DocumentationSets/Qt-6.2/qtdatavis3d.qch", "DocumentationSets/Qt-6.2/qtdbus.qch", "DocumentationSets/Qt-6.2/qtdesigner.qch", "DocumentationSets/Qt-6.2/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-6.2/qtdoc.qch", "DocumentationSets/Qt-6.2/qtgui.qch", "DocumentationSets/Qt-6.2/qthelp.qch", "DocumentationSets/Qt-6.2/qtimageformats.qch", "DocumentationSets/Qt-6.2/qtlabsplatform.qch", "DocumentationSets/Qt-6.2/qtlinguist.qch", "DocumentationSets/Qt-6.2/qtlottieanimation.qch", "DocumentationSets/Qt-6.2/qtmultimedia.qch", "DocumentationSets/Qt-6.2/qtnetwork.qch", "DocumentationSets/Qt-6.2/qtnetworkauth.qch", "DocumentationSets/Qt-6.2/qtnfc.qch", "DocumentationSets/Qt-6.2/qtopengl.qch", "DocumentationSets/Qt-6.2/qtpositioning.qch", "DocumentationSets/Qt-6.2/qtprintsupport.qch", "DocumentationSets/Qt-6.2/qtqml.qch", "DocumentationSets/Qt-6.2/qtqmlmodels.qch", "DocumentationSets/Qt-6.2/qtqmltest.qch", "DocumentationSets/Qt-6.2/qtquick.qch", "DocumentationSets/Qt-6.2/qtquick3d.qch", "DocumentationSets/Qt-6.2/qtquickcontrols.qch", "DocumentationSets/Qt-6.2/qtquicktimeline.qch", "DocumentationSets/Qt-6.2/qtremoteobjects.qch", "DocumentationSets/Qt-6.2/qtscxml.qch", "DocumentationSets/Qt-6.2/qtsensors.qch", "DocumentationSets/Qt-6.2/qtserialbus.qch", "DocumentationSets/Qt-6.2/qtserialport.qch", "DocumentationSets/Qt-6.2/qtshadertools.qch", "DocumentationSets/Qt-6.2/qtsql.qch", "DocumentationSets/Qt-6.2/qtsvg.qch", "DocumentationSets/Qt-6.2/qttestlib.qch", "DocumentationSets/Qt-6.2/qtuitools.qch", "DocumentationSets/Qt-6.2/qtvirtualkeyboard.qch", "DocumentationSets/Qt-6.2/qtwaylandcompositor.qch", "DocumentationSets/Qt-6.2/qtwebchannel.qch", "DocumentationSets/Qt-6.2/qtwebengine.qch", "DocumentationSets/Qt-6.2/qtwebsockets.qch", "DocumentationSets/Qt-6.2/qtwidgets.qch", "DocumentationSets/Qt-6.2/qtxml.qch", "DocumentationSets/Qt-6.3/LICENSE.FDL", "DocumentationSets/Qt-6.3/qdoc.qch", "DocumentationSets/Qt-6.3/qmake.qch", "DocumentationSets/Qt-6.3/qt3d.qch", "DocumentationSets/Qt-6.3/qtbluetooth.qch", "DocumentationSets/Qt-6.3/qtcharts.qch", "DocumentationSets/Qt-6.3/qtcmake.qch", "DocumentationSets/Qt-6.3/qtconcurrent.qch", "DocumentationSets/Qt-6.3/qtcore.qch", "DocumentationSets/Qt-6.3/qtdatavis3d.qch", "DocumentationSets/Qt-6.3/qtdbus.qch", "DocumentationSets/Qt-6.3/qtdesigner.qch", "DocumentationSets/Qt-6.3/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-6.3/qtdoc.qch", "DocumentationSets/Qt-6.3/qtgui.qch", "DocumentationSets/Qt-6.3/qthelp.qch", "DocumentationSets/Qt-6.3/qtimageformats.qch", "DocumentationSets/Qt-6.3/qtlabsplatform.qch", "DocumentationSets/Qt-6.3/qtlinguist.qch", "DocumentationSets/Qt-6.3/qtlottieanimation.qch", "DocumentationSets/Qt-6.3/qtmultimedia.qch", "DocumentationSets/Qt-6.3/qtnetwork.qch", "DocumentationSets/Qt-6.3/qtnetworkauth.qch", "DocumentationSets/Qt-6.3/qtnfc.qch", "DocumentationSets/Qt-6.3/qtopengl.qch", "DocumentationSets/Qt-6.3/qtpdf.qch", "DocumentationSets/Qt-6.3/qtpositioning.qch", "DocumentationSets/Qt-6.3/qtprintsupport.qch", "DocumentationSets/Qt-6.3/qtqml.qch", "DocumentationSets/Qt-6.3/qtqmlmodels.qch", "DocumentationSets/Qt-6.3/qtqmltest.qch", "DocumentationSets/Qt-6.3/qtquick.qch", "DocumentationSets/Qt-6.3/qtquick3d.qch", "DocumentationSets/Qt-6.3/qtquickcontrols.qch", "DocumentationSets/Qt-6.3/qtquicktimeline.qch", "DocumentationSets/Qt-6.3/qtremoteobjects.qch", "DocumentationSets/Qt-6.3/qtscxml.qch", "DocumentationSets/Qt-6.3/qtsensors.qch", "DocumentationSets/Qt-6.3/qtserialbus.qch", "DocumentationSets/Qt-6.3/qtserialport.qch", "DocumentationSets/Qt-6.3/qtshadertools.qch", "DocumentationSets/Qt-6.3/qtsql.qch", "DocumentationSets/Qt-6.3/qtsvg.qch", "DocumentationSets/Qt-6.3/qttestlib.qch", "DocumentationSets/Qt-6.3/qtuitools.qch", "DocumentationSets/Qt-6.3/qtvirtualkeyboard.qch", "DocumentationSets/Qt-6.3/qtwaylandcompositor.qch", "DocumentationSets/Qt-6.3/qtwebchannel.qch", "DocumentationSets/Qt-6.3/qtwebengine.qch", "DocumentationSets/Qt-6.3/qtwebsockets.qch", "DocumentationSets/Qt-6.3/qtwebview.qch", "DocumentationSets/Qt-6.3/qtwidgets.qch", "DocumentationSets/Qt-6.3/qtxml.qch", "DocumentationSets/Qt-6.4/LICENSE.FDL", "DocumentationSets/Qt-6.4/qdoc.qch", "DocumentationSets/Qt-6.4/qmake.qch", "DocumentationSets/Qt-6.4/qt3d.qch", "DocumentationSets/Qt-6.4/qtassistant.qch", "DocumentationSets/Qt-6.4/qtbluetooth.qch", "DocumentationSets/Qt-6.4/qtcharts.qch", "DocumentationSets/Qt-6.4/qtcmake.qch", "DocumentationSets/Qt-6.4/qtconcurrent.qch", "DocumentationSets/Qt-6.4/qtcore.qch", "DocumentationSets/Qt-6.4/qtdatavis3d.qch", "DocumentationSets/Qt-6.4/qtdbus.qch", "DocumentationSets/Qt-6.4/qtdesigner.qch", "DocumentationSets/Qt-6.4/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-6.4/qtdoc.qch", "DocumentationSets/Qt-6.4/qtgui.qch", "DocumentationSets/Qt-6.4/qthelp.qch", "DocumentationSets/Qt-6.4/qthttpserver.qch", "DocumentationSets/Qt-6.4/qtimageformats.qch", "DocumentationSets/Qt-6.4/qtlabsplatform.qch", "DocumentationSets/Qt-6.4/qtlinguist.qch", "DocumentationSets/Qt-6.4/qtlottieanimation.qch", "DocumentationSets/Qt-6.4/qtmultimedia.qch", "DocumentationSets/Qt-6.4/qtnetwork.qch", "DocumentationSets/Qt-6.4/qtnetworkauth.qch", "DocumentationSets/Qt-6.4/qtnfc.qch", "DocumentationSets/Qt-6.4/qtopengl.qch", "DocumentationSets/Qt-6.4/qtpdf.qch", "DocumentationSets/Qt-6.4/qtplatformintegration.qch", "DocumentationSets/Qt-6.4/qtpositioning.qch", "DocumentationSets/Qt-6.4/qtprintsupport.qch", "DocumentationSets/Qt-6.4/qtqml.qch", "DocumentationSets/Qt-6.4/qtqmlcore.qch", "DocumentationSets/Qt-6.4/qtqmlmodels.qch", "DocumentationSets/Qt-6.4/qtqmltest.qch", "DocumentationSets/Qt-6.4/qtqmlworkerscript.qch", "DocumentationSets/Qt-6.4/qtqmlxmllistmodel.qch", "DocumentationSets/Qt-6.4/qtquick.qch", "DocumentationSets/Qt-6.4/qtquick3d.qch", "DocumentationSets/Qt-6.4/qtquick3dphysics.qch", "DocumentationSets/Qt-6.4/qtquickcontrols.qch", "DocumentationSets/Qt-6.4/qtquickdialogs.qch", "DocumentationSets/Qt-6.4/qtquicktimeline.qch", "DocumentationSets/Qt-6.4/qtremoteobjects.qch", "DocumentationSets/Qt-6.4/qtscxml.qch", "DocumentationSets/Qt-6.4/qtsensors.qch", "DocumentationSets/Qt-6.4/qtserialbus.qch", "DocumentationSets/Qt-6.4/qtserialport.qch", "DocumentationSets/Qt-6.4/qtshadertools.qch", "DocumentationSets/Qt-6.4/qtspatialaudio.qch", "DocumentationSets/Qt-6.4/qtsql.qch", "DocumentationSets/Qt-6.4/qtstatemachine.qch", "DocumentationSets/Qt-6.4/qtsvg.qch", "DocumentationSets/Qt-6.4/qttestlib.qch", "DocumentationSets/Qt-6.4/qttexttospeech.qch", "DocumentationSets/Qt-6.4/qtuitools.qch", "DocumentationSets/Qt-6.4/qtvirtualkeyboard.qch", "DocumentationSets/Qt-6.4/qtwaylandcompositor.qch", "DocumentationSets/Qt-6.4/qtwebchannel.qch", "DocumentationSets/Qt-6.4/qtwebengine.qch", "DocumentationSets/Qt-6.4/qtwebsockets.qch", "DocumentationSets/Qt-6.4/qtwebview.qch", "DocumentationSets/Qt-6.4/qtwidgets.qch", "DocumentationSets/Qt-6.4/qtxml.qch", "DocumentationSets/Qt-6.5/LICENSE.FDL", "DocumentationSets/Qt-6.5/qdoc.qch", "DocumentationSets/Qt-6.5/qmake.qch", "DocumentationSets/Qt-6.5/qt3d.qch", "DocumentationSets/Qt-6.5/qtassistant.qch", "DocumentationSets/Qt-6.5/qtbluetooth.qch", "DocumentationSets/Qt-6.5/qtcharts.qch", "DocumentationSets/Qt-6.5/qtcmake.qch", "DocumentationSets/Qt-6.5/qtconcurrent.qch", "DocumentationSets/Qt-6.5/qtcore.qch", "DocumentationSets/Qt-6.5/qtdatavis3d.qch", "DocumentationSets/Qt-6.5/qtdbus.qch", "DocumentationSets/Qt-6.5/qtdesigner.qch", "DocumentationSets/Qt-6.5/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-6.5/qtdoc.qch", "DocumentationSets/Qt-6.5/qtgui.qch", "DocumentationSets/Qt-6.5/qthelp.qch", "DocumentationSets/Qt-6.5/qthttpserver.qch", "DocumentationSets/Qt-6.5/qtimageformats.qch", "DocumentationSets/Qt-6.5/qtinsighttracker.qch", "DocumentationSets/Qt-6.5/qtlabsplatform.qch", "DocumentationSets/Qt-6.5/qtlinguist.qch", "DocumentationSets/Qt-6.5/qtlocation.qch", "DocumentationSets/Qt-6.5/qtlottieanimation.qch", "DocumentationSets/Qt-6.5/qtmultimedia.qch", "DocumentationSets/Qt-6.5/qtnetwork.qch", "DocumentationSets/Qt-6.5/qtnetworkauth.qch", "DocumentationSets/Qt-6.5/qtnfc.qch", "DocumentationSets/Qt-6.5/qtopengl.qch", "DocumentationSets/Qt-6.5/qtpdf.qch", "DocumentationSets/Qt-6.5/qtplatformintegration.qch", "DocumentationSets/Qt-6.5/qtpositioning.qch", "DocumentationSets/Qt-6.5/qtprintsupport.qch", "DocumentationSets/Qt-6.5/qtprotobuf.qch", "DocumentationSets/Qt-6.5/qtqml.qch", "DocumentationSets/Qt-6.5/qtqmlcore.qch", "DocumentationSets/Qt-6.5/qtqmlmodels.qch", "DocumentationSets/Qt-6.5/qtqmltest.qch", "DocumentationSets/Qt-6.5/qtqmlworkerscript.qch", "DocumentationSets/Qt-6.5/qtqmlxmllistmodel.qch", "DocumentationSets/Qt-6.5/qtquick.qch", "DocumentationSets/Qt-6.5/qtquick3d.qch", "DocumentationSets/Qt-6.5/qtquick3dphysics.qch", "DocumentationSets/Qt-6.5/qtquickcontrols.qch", "DocumentationSets/Qt-6.5/qtquickdialogs.qch", "DocumentationSets/Qt-6.5/qtquicktimeline.qch", "DocumentationSets/Qt-6.5/qtremoteobjects.qch", "DocumentationSets/Qt-6.5/qtscxml.qch", "DocumentationSets/Qt-6.5/qtsensors.qch", "DocumentationSets/Qt-6.5/qtserialbus.qch", "DocumentationSets/Qt-6.5/qtserialport.qch", "DocumentationSets/Qt-6.5/qtshadertools.qch", "DocumentationSets/Qt-6.5/qtspatialaudio.qch", "DocumentationSets/Qt-6.5/qtsql.qch", "DocumentationSets/Qt-6.5/qtstatemachine.qch", "DocumentationSets/Qt-6.5/qtsvg.qch", "DocumentationSets/Qt-6.5/qttestlib.qch", "DocumentationSets/Qt-6.5/qttexttospeech.qch", "DocumentationSets/Qt-6.5/qtuitools.qch", "DocumentationSets/Qt-6.5/qtvirtualkeyboard.qch", "DocumentationSets/Qt-6.5/qtwaylandcompositor.qch", "DocumentationSets/Qt-6.5/qtwebchannel.qch", "DocumentationSets/Qt-6.5/qtwebengine.qch", "DocumentationSets/Qt-6.5/qtwebsockets.qch", "DocumentationSets/Qt-6.5/qtwebview.qch", "DocumentationSets/Qt-6.5/qtwidgets.qch", "DocumentationSets/Qt-6.5/qtxml.qch", "DocumentationSets/Qt-6.6/LICENSE.FDL", "DocumentationSets/Qt-6.6/qdoc.qch", "DocumentationSets/Qt-6.6/qmake.qch", "DocumentationSets/Qt-6.6/qt3d.qch", "DocumentationSets/Qt-6.6/qtassistant.qch", "DocumentationSets/Qt-6.6/qtbluetooth.qch", "DocumentationSets/Qt-6.6/qtcharts.qch", "DocumentationSets/Qt-6.6/qtcmake.qch", "DocumentationSets/Qt-6.6/qtconcurrent.qch", "DocumentationSets/Qt-6.6/qtcore.qch", "DocumentationSets/Qt-6.6/qtdatavis3d.qch", "DocumentationSets/Qt-6.6/qtdbus.qch", "DocumentationSets/Qt-6.6/qtdesigner.qch", "DocumentationSets/Qt-6.6/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-6.6/qtdoc.qch", "DocumentationSets/Qt-6.6/qtgraphs.qch", "DocumentationSets/Qt-6.6/qtgui.qch", "DocumentationSets/Qt-6.6/qthelp.qch", "DocumentationSets/Qt-6.6/qthttpserver.qch", "DocumentationSets/Qt-6.6/qtimageformats.qch", "DocumentationSets/Qt-6.6/qtinsighttracker.qch", "DocumentationSets/Qt-6.6/qtlabsplatform.qch", "DocumentationSets/Qt-6.6/qtlinguist.qch", "DocumentationSets/Qt-6.6/qtlocation.qch", "DocumentationSets/Qt-6.6/qtlottieanimation.qch", "DocumentationSets/Qt-6.6/qtmultimedia.qch", "DocumentationSets/Qt-6.6/qtnetwork.qch", "DocumentationSets/Qt-6.6/qtnetworkauth.qch", "DocumentationSets/Qt-6.6/qtnfc.qch", "DocumentationSets/Qt-6.6/qtopengl.qch", "DocumentationSets/Qt-6.6/qtpdf.qch", "DocumentationSets/Qt-6.6/qtplatformintegration.qch", "DocumentationSets/Qt-6.6/qtpositioning.qch", "DocumentationSets/Qt-6.6/qtprintsupport.qch", "DocumentationSets/Qt-6.6/qtprotobuf.qch", "DocumentationSets/Qt-6.6/qtqml.qch", "DocumentationSets/Qt-6.6/qtqmlcore.qch", "DocumentationSets/Qt-6.6/qtqmlmodels.qch", "DocumentationSets/Qt-6.6/qtqmltest.qch", "DocumentationSets/Qt-6.6/qtqmlworkerscript.qch", "DocumentationSets/Qt-6.6/qtqmlxmllistmodel.qch", "DocumentationSets/Qt-6.6/qtquick.qch", "DocumentationSets/Qt-6.6/qtquick3d.qch", "DocumentationSets/Qt-6.6/qtquick3dphysics.qch", "DocumentationSets/Qt-6.6/qtquickcontrols.qch", "DocumentationSets/Qt-6.6/qtquickdialogs.qch", "DocumentationSets/Qt-6.6/qtquickeffectmaker.qch", "DocumentationSets/Qt-6.6/qtquicktimeline.qch", "DocumentationSets/Qt-6.6/qtremoteobjects.qch", "DocumentationSets/Qt-6.6/qtscxml.qch", "DocumentationSets/Qt-6.6/qtsensors.qch", "DocumentationSets/Qt-6.6/qtserialbus.qch", "DocumentationSets/Qt-6.6/qtserialport.qch", "DocumentationSets/Qt-6.6/qtshadertools.qch", "DocumentationSets/Qt-6.6/qtspatialaudio.qch", "DocumentationSets/Qt-6.6/qtsql.qch", "DocumentationSets/Qt-6.6/qtstatemachine.qch", "DocumentationSets/Qt-6.6/qtsvg.qch", "DocumentationSets/Qt-6.6/qttestlib.qch", "DocumentationSets/Qt-6.6/qttexttospeech.qch", "DocumentationSets/Qt-6.6/qtuitools.qch", "DocumentationSets/Qt-6.6/qtvirtualkeyboard.qch", "DocumentationSets/Qt-6.6/qtwaylandcompositor.qch", "DocumentationSets/Qt-6.6/qtwebchannel.qch", "DocumentationSets/Qt-6.6/qtwebengine.qch", "DocumentationSets/Qt-6.6/qtwebsockets.qch", "DocumentationSets/Qt-6.6/qtwebview.qch", "DocumentationSets/Qt-6.6/qtwidgets.qch", "DocumentationSets/Qt-6.6/qtxml.qch", "DocumentationSets/Qt-6.7/qdoc.qch", "DocumentationSets/Qt-6.7/qmake.qch", "DocumentationSets/Qt-6.7/qt3d.qch", "DocumentationSets/Qt-6.7/qtassistant.qch", "DocumentationSets/Qt-6.7/qtbluetooth.qch", "DocumentationSets/Qt-6.7/qtcharts.qch", "DocumentationSets/Qt-6.7/qtcmake.qch", "DocumentationSets/Qt-6.7/qtconcurrent.qch", "DocumentationSets/Qt-6.7/qtcore.qch", "DocumentationSets/Qt-6.7/qtdatavis3d.qch", "DocumentationSets/Qt-6.7/qtdbus.qch", "DocumentationSets/Qt-6.7/qtdesigner.qch", "DocumentationSets/Qt-6.7/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-6.7/qtdoc.qch", "DocumentationSets/Qt-6.7/qtgraphs.qch", "DocumentationSets/Qt-6.7/qtgrpc.qch", "DocumentationSets/Qt-6.7/qtgui.qch", "DocumentationSets/Qt-6.7/qthelp.qch", "DocumentationSets/Qt-6.7/qthttpserver.qch", "DocumentationSets/Qt-6.7/qtimageformats.qch", "DocumentationSets/Qt-6.7/qtinsighttracker.qch", "DocumentationSets/Qt-6.7/qtlabsplatform.qch", "DocumentationSets/Qt-6.7/qtlinguist.qch", "DocumentationSets/Qt-6.7/qtlocation.qch", "DocumentationSets/Qt-6.7/qtlottieanimation.qch", "DocumentationSets/Qt-6.7/qtmultimedia.qch", "DocumentationSets/Qt-6.7/qtnetwork.qch", "DocumentationSets/Qt-6.7/qtnetworkauth.qch", "DocumentationSets/Qt-6.7/qtnfc.qch", "DocumentationSets/Qt-6.7/qtopengl.qch", "DocumentationSets/Qt-6.7/qtpdf.qch", "DocumentationSets/Qt-6.7/qtplatformintegration.qch", "DocumentationSets/Qt-6.7/qtpositioning.qch", "DocumentationSets/Qt-6.7/qtprintsupport.qch", "DocumentationSets/Qt-6.7/qtprotobuf.qch", "DocumentationSets/Qt-6.7/qtqml.qch", "DocumentationSets/Qt-6.7/qtqmlcore.qch", "DocumentationSets/Qt-6.7/qtqmlmodels.qch", "DocumentationSets/Qt-6.7/qtqmltest.qch", "DocumentationSets/Qt-6.7/qtqmlworkerscript.qch", "DocumentationSets/Qt-6.7/qtqmlxmllistmodel.qch", "DocumentationSets/Qt-6.7/qtquick.qch", "DocumentationSets/Qt-6.7/qtquick3d.qch", "DocumentationSets/Qt-6.7/qtquick3dphysics.qch", "DocumentationSets/Qt-6.7/qtquickcontrols.qch", "DocumentationSets/Qt-6.7/qtquickdialogs.qch", "DocumentationSets/Qt-6.7/qtquickeffectmaker.qch", "DocumentationSets/Qt-6.7/qtquicktimeline.qch", "DocumentationSets/Qt-6.7/qtremoteobjects.qch", "DocumentationSets/Qt-6.7/qtscxml.qch", "DocumentationSets/Qt-6.7/qtsensors.qch", "DocumentationSets/Qt-6.7/qtserialbus.qch", "DocumentationSets/Qt-6.7/qtserialport.qch", "DocumentationSets/Qt-6.7/qtshadertools.qch", "DocumentationSets/Qt-6.7/qtspatialaudio.qch", "DocumentationSets/Qt-6.7/qtsql.qch", "DocumentationSets/Qt-6.7/qtstatemachine.qch", "DocumentationSets/Qt-6.7/qtsvg.qch", "DocumentationSets/Qt-6.7/qttestlib.qch", "DocumentationSets/Qt-6.7/qttexttospeech.qch", "DocumentationSets/Qt-6.7/qtuitools.qch", "DocumentationSets/Qt-6.7/qtvirtualkeyboard.qch", "DocumentationSets/Qt-6.7/qtwaylandcompositor.qch", "DocumentationSets/Qt-6.7/qtwebchannel.qch", "DocumentationSets/Qt-6.7/qtwebengine.qch", "DocumentationSets/Qt-6.7/qtwebsockets.qch", "DocumentationSets/Qt-6.7/qtwebview.qch", "DocumentationSets/Qt-6.7/qtwidgets.qch", "DocumentationSets/Qt-6.7/qtxml.qch", "DocumentationSets/Qt-6.8/qdoc.qch", "DocumentationSets/Qt-6.8/qmake.qch", "DocumentationSets/Qt-6.8/qtassistant.qch", "DocumentationSets/Qt-6.8/qtbluetooth.qch", "DocumentationSets/Qt-6.8/qtcharts.qch", "DocumentationSets/Qt-6.8/qtcmake.qch", "DocumentationSets/Qt-6.8/qtconcurrent.qch", "DocumentationSets/Qt-6.8/qtcore.qch", "DocumentationSets/Qt-6.8/qtdatavis3d.qch", "DocumentationSets/Qt-6.8/qtdbus.qch", "DocumentationSets/Qt-6.8/qtdesigner.qch", "DocumentationSets/Qt-6.8/qtdistancefieldgenerator.qch", "DocumentationSets/Qt-6.8/qtdoc.qch", "DocumentationSets/Qt-6.8/qtgraphs.qch", "DocumentationSets/Qt-6.8/qtgrpc.qch", "DocumentationSets/Qt-6.8/qtgui.qch", "DocumentationSets/Qt-6.8/qthelp.qch", "DocumentationSets/Qt-6.8/qthttpserver.qch", "DocumentationSets/Qt-6.8/qtimageformats.qch", "DocumentationSets/Qt-6.8/qtinsighttracker.qch", "DocumentationSets/Qt-6.8/qtlabsplatform.qch", "DocumentationSets/Qt-6.8/qtlinguist.qch", "DocumentationSets/Qt-6.8/qtlocation.qch", "DocumentationSets/Qt-6.8/qtlottieanimation.qch", "DocumentationSets/Qt-6.8/qtmultimedia.qch", "DocumentationSets/Qt-6.8/qtnetwork.qch", "DocumentationSets/Qt-6.8/qtnetworkauth.qch", "DocumentationSets/Qt-6.8/qtnfc.qch", "DocumentationSets/Qt-6.8/qtopengl.qch", "DocumentationSets/Qt-6.8/qtpdf.qch", "DocumentationSets/Qt-6.8/qtplatformintegration.qch", "DocumentationSets/Qt-6.8/qtpositioning.qch", "DocumentationSets/Qt-6.8/qtprintsupport.qch", "DocumentationSets/Qt-6.8/qtprotobuf.qch", "DocumentationSets/Qt-6.8/qtqml.qch", "DocumentationSets/Qt-6.8/qtqmlcore.qch", "DocumentationSets/Qt-6.8/qtqmlmodels.qch", "DocumentationSets/Qt-6.8/qtqmltest.qch", "DocumentationSets/Qt-6.8/qtqmlworkerscript.qch", "DocumentationSets/Qt-6.8/qtqmlxmllistmodel.qch", "DocumentationSets/Qt-6.8/qtquick.qch", "DocumentationSets/Qt-6.8/qtquick3d.qch", "DocumentationSets/Qt-6.8/qtquick3dphysics.qch", "DocumentationSets/Qt-6.8/qtquickcontrols.qch", "DocumentationSets/Qt-6.8/qtquickdialogs.qch", "DocumentationSets/Qt-6.8/qtquickeffectmaker.qch", "DocumentationSets/Qt-6.8/qtquicktimeline.qch", "DocumentationSets/Qt-6.8/qtremoteobjects.qch", "DocumentationSets/Qt-6.8/qtscxml.qch", "DocumentationSets/Qt-6.8/qtsensors.qch", "DocumentationSets/Qt-6.8/qtserialbus.qch", "DocumentationSets/Qt-6.8/qtserialport.qch", "DocumentationSets/Qt-6.8/qtshadertools.qch", "DocumentationSets/Qt-6.8/qtspatialaudio.qch", "DocumentationSets/Qt-6.8/qtsql.qch", "DocumentationSets/Qt-6.8/qtstatemachine.qch", "DocumentationSets/Qt-6.8/qtsvg.qch", "DocumentationSets/Qt-6.8/qttestlib.qch", "DocumentationSets/Qt-6.8/qttexttospeech.qch", "DocumentationSets/Qt-6.8/qtuitools.qch", "DocumentationSets/Qt-6.8/qtvirtualkeyboard.qch", "DocumentationSets/Qt-6.8/qtwaylandcompositor.qch", "DocumentationSets/Qt-6.8/qtwebchannel.qch", "DocumentationSets/Qt-6.8/qtwebengine.qch", "DocumentationSets/Qt-6.8/qtwebsockets.qch", "DocumentationSets/Qt-6.8/qtwebview.qch", "DocumentationSets/Qt-6.8/qtwidgets.qch", "DocumentationSets/Qt-6.8/qtxml.qch", "PKGLIST", "PKGLIST_CircuitPython73", "PKGLIST_CircuitPython80", "PKGLIST_CircuitPython81", "PKGLIST_CircuitPython82", "PKGLIST_CircuitPython90", "PKGLIST_CircuitPython91", "PKGLIST_MicroPython119", "PKGLIST_MicroPython120", "PKGLIST_MicroPython121", "PKGLIST_MicroPython122", "PKGLIST_MicroPython123", "PKGLIST_PyQt515", "PKGLIST_PyQt62", "PKGLIST_PyQt63", "PKGLIST_PyQt64", "PKGLIST_PyQt65", "PKGLIST_PyQt66", "PKGLIST_PyQt67", "PKGLIST_Python310", "PKGLIST_Python311", "PKGLIST_Python312", "PKGLIST_Python313", "PKGLIST_Python37", "PKGLIST_Python38", "PKGLIST_Python39", "PKGLIST_Qt512", "PKGLIST_Qt515", "PKGLIST_Qt62", "PKGLIST_Qt63", "PKGLIST_Qt64", "PKGLIST_Qt65", "PKGLIST_Qt66", "PKGLIST_Qt67", "PKGLIST_Qt68", "PluginDocumentationSets.epj", "PluginDocumentationSets_CircuitPython73.zip", "PluginDocumentationSets_CircuitPython80.zip", "PluginDocumentationSets_CircuitPython81.zip", "PluginDocumentationSets_CircuitPython82.zip", "PluginDocumentationSets_CircuitPython90.zip", "PluginDocumentationSets_CircuitPython91.zip", "PluginDocumentationSets_MicroPython119.zip", "PluginDocumentationSets_MicroPython120.zip", "PluginDocumentationSets_MicroPython121.zip", "PluginDocumentationSets_MicroPython122.zip", "PluginDocumentationSets_MicroPython123.zip", "PluginDocumentationSets_PyQt515.zip", "PluginDocumentationSets_PyQt62.zip", "PluginDocumentationSets_PyQt63.zip", "PluginDocumentationSets_PyQt64.zip", "PluginDocumentationSets_PyQt65.zip", "PluginDocumentationSets_PyQt66.zip", "PluginDocumentationSets_PyQt67.zip", "PluginDocumentationSets_Python310.zip", "PluginDocumentationSets_Python311.zip", "PluginDocumentationSets_Python312.zip", "PluginDocumentationSets_Python313.zip", "PluginDocumentationSets_Python37.zip", "PluginDocumentationSets_Python38.zip", "PluginDocumentationSets_Python39.zip", "PluginDocumentationSets_Qt512.zip", "PluginDocumentationSets_Qt515.zip", "PluginDocumentationSets_Qt62.zip", "PluginDocumentationSets_Qt63.zip", "PluginDocumentationSets_Qt64.zip", "PluginDocumentationSets_Qt65.zip", "PluginDocumentationSets_Qt66.zip", "PluginDocumentationSets_Qt67.zip", "PluginDocumentationSets_Qt68.zip" ], "OTHERTOOLSPARMS": { "Black": { "exclude": "/(\\.direnv|\\.eggs|\\.git|\\.hg|\\.mypy_cache|\\.nox|\\.tox|\\.venv|venv|\\.svn|_build|buck-out|build|dist|__pypackages__)/", "extend-exclude": "", "force-exclude": "", "line-length": 88, "skip-magic-trailing-comma": false, "skip-string-normalization": false, "source": "project", "target-version": [ "py311", "py310", "py39", "py38", "py37" ] } }, "PACKAGERSPARMS": {}, "PROGLANGUAGE": "Python3", "PROJECTTYPE": "E7Plugin", "PROJECTTYPESPECIFICDATA": {}, "PROTOCOLS": [], "RCCPARAMS": { "CompressLevel": 0, "CompressionDisable": false, "CompressionThreshold": 70, "PathPrefix": "" }, "RESOURCES": [], "SOURCES": [ "PluginDocumentationSets.py", "__init__.py" ], "SOURCESDIR": "", "SPELLEXCLUDES": "", "SPELLLANGUAGE": "en_US", "SPELLWORDS": "", "TESTING_FRAMEWORK": "", "TRANSLATIONEXCEPTIONS": [], "TRANSLATIONPATTERN": "", "TRANSLATIONS": [], "TRANSLATIONSBINPATH": "", "TRANSLATIONSOURCESTARTPATH": "", "UICPARAMS": { "Package": "", "PackagesRoot": "", "RcSuffix": "" }, "VCS": "Mercurial", "VCSOPTIONS": { "add": [ "" ], "checkout": [ "" ], "commit": [ "" ], "diff": [ "" ], "export": [ "" ], "global": [ "" ], "history": [ "" ], "log": [ "" ], "remove": [ "" ], "status": [ "" ], "tag": [ "" ], "update": [ "" ] }, "VCSOTHERDATA": {}, "VERSION": "" } }