PluginDocumentationSets.epj

changeset 55
765d174b96a3
child 57
a8032c728988
child 58
96c87d30d81d
diff -r fd9d197dad6d -r 765d174b96a3 PluginDocumentationSets.epj
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PluginDocumentationSets.epj	Thu May 06 18:28:50 2021 +0200
@@ -0,0 +1,611 @@
+{
+  "header": {
+    "comment": "eric project file for project PluginDocumentationSets",
+    "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de"
+  },
+  "project": {
+    "AUTHOR": "Detlev Offenbach",
+    "CHECKERSPARMS": {
+      "Pep8Checker": {
+        "AnnotationsChecker": {
+          "AllowUntypedDefs": false,
+          "AllowUntypedNested": false,
+          "DispatchDecorators": [
+            "singledispatch",
+            "singledispatchmethod"
+          ],
+          "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",
+        "EnabledCheckerCategories": "C, D, E, M, N, Y, 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,N802,N803,N807,N808,N821,W293,W504,Y119,Y401,Y402",
+        "FixCodes": "",
+        "FixIssues": false,
+        "FutureChecker": "",
+        "HangClosing": false,
+        "IncludeMessages": "",
+        "LineComplexity": 25,
+        "LineComplexityScore": 10,
+        "MaxCodeComplexity": 10,
+        "MaxDocLineLength": 79,
+        "MaxLineLength": 79,
+        "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,
+        "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%/eric6/CSSs/default.css",
+        "ignoreDirectories": [
+          ".eric6project",
+          "_eric6project",
+          ".ropeproject",
+          "_ropeproject"
+        ],
+        "ignoreFilePatterns": [
+          "Ui_*.py"
+        ],
+        "outputDirectory": "Documentation/source",
+        "qtHelpEnabled": false,
+        "useRecursion": true
+      }
+    },
+    "EMAIL": "detlev@die-offenbachs.de",
+    "EOL": 1,
+    "FILETYPES": {
+      "*.idl": "INTERFACES",
+      "*.py": "SOURCES",
+      "*.py3": "SOURCES",
+      "*.pyw": "SOURCES",
+      "*.pyw3": "SOURCES",
+      "*.qm": "TRANSLATIONS",
+      "*.qrc": "RESOURCES",
+      "*.ts": "TRANSLATIONS",
+      "*.ui": "FORMS"
+    },
+    "FORMS": [],
+    "HASH": "ecc5457779c644005bcb2cc3e91ccff121b7a60c",
+    "IDLPARAMS": {
+      "DefinedNames": [],
+      "IncludeDirs": [],
+      "UndefinedNames": []
+    },
+    "INTERFACES": [],
+    "LEXERASSOCS": {},
+    "MAINSCRIPT": "PluginDocumentationSets.py",
+    "MAKEPARAMS": {
+      "MakeEnabled": false,
+      "MakeExecutable": "",
+      "MakeFile": "",
+      "MakeParameters": "",
+      "MakeTarget": "",
+      "MakeTestOnly": true
+    },
+    "MIXEDLANGUAGE": 0,
+    "OTHERS": [
+      ".hgignore",
+      "Documentation/LICENSE.GPL3",
+      "Documentation/source",
+      "DocumentationSets/PyQt-5.6/PyQt-560.qch",
+      "DocumentationSets/PyQt-5.7/PyQt-571.qch",
+      "DocumentationSets/Python-3.6/Python-360.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.13/LICENSE.GFDL",
+      "DocumentationSets/Qt-5.13/activeqt.qch",
+      "DocumentationSets/Qt-5.13/qdoc.qch",
+      "DocumentationSets/Qt-5.13/qmake.qch",
+      "DocumentationSets/Qt-5.13/qt3d.qch",
+      "DocumentationSets/Qt-5.13/qtandroidextras.qch",
+      "DocumentationSets/Qt-5.13/qtassistant.qch",
+      "DocumentationSets/Qt-5.13/qtbluetooth.qch",
+      "DocumentationSets/Qt-5.13/qtcharts.qch",
+      "DocumentationSets/Qt-5.13/qtconcurrent.qch",
+      "DocumentationSets/Qt-5.13/qtcore.qch",
+      "DocumentationSets/Qt-5.13/qtdatavis3d.qch",
+      "DocumentationSets/Qt-5.13/qtdbus.qch",
+      "DocumentationSets/Qt-5.13/qtdesigner.qch",
+      "DocumentationSets/Qt-5.13/qtdistancefieldgenerator.qch",
+      "DocumentationSets/Qt-5.13/qtdoc.qch",
+      "DocumentationSets/Qt-5.13/qtgamepad.qch",
+      "DocumentationSets/Qt-5.13/qtgraphicaleffects.qch",
+      "DocumentationSets/Qt-5.13/qtgui.qch",
+      "DocumentationSets/Qt-5.13/qthelp.qch",
+      "DocumentationSets/Qt-5.13/qtimageformats.qch",
+      "DocumentationSets/Qt-5.13/qtlabscalendar.qch",
+      "DocumentationSets/Qt-5.13/qtlabsplatform.qch",
+      "DocumentationSets/Qt-5.13/qtlinguist.qch",
+      "DocumentationSets/Qt-5.13/qtlocation.qch",
+      "DocumentationSets/Qt-5.13/qtlottieanimation.qch",
+      "DocumentationSets/Qt-5.13/qtmacextras.qch",
+      "DocumentationSets/Qt-5.13/qtmultimedia.qch",
+      "DocumentationSets/Qt-5.13/qtnetwork.qch",
+      "DocumentationSets/Qt-5.13/qtnetworkauth.qch",
+      "DocumentationSets/Qt-5.13/qtnfc.qch",
+      "DocumentationSets/Qt-5.13/qtopengl.qch",
+      "DocumentationSets/Qt-5.13/qtplatformheaders.qch",
+      "DocumentationSets/Qt-5.13/qtpositioning.qch",
+      "DocumentationSets/Qt-5.13/qtprintsupport.qch",
+      "DocumentationSets/Qt-5.13/qtpurchasing.qch",
+      "DocumentationSets/Qt-5.13/qtqml.qch",
+      "DocumentationSets/Qt-5.13/qtqmltest.qch",
+      "DocumentationSets/Qt-5.13/qtquick.qch",
+      "DocumentationSets/Qt-5.13/qtquickcontrols.qch",
+      "DocumentationSets/Qt-5.13/qtquickcontrols1.qch",
+      "DocumentationSets/Qt-5.13/qtquickdialogs.qch",
+      "DocumentationSets/Qt-5.13/qtquickextras.qch",
+      "DocumentationSets/Qt-5.13/qtremoteobjects.qch",
+      "DocumentationSets/Qt-5.13/qtscxml.qch",
+      "DocumentationSets/Qt-5.13/qtsensors.qch",
+      "DocumentationSets/Qt-5.13/qtserialbus.qch",
+      "DocumentationSets/Qt-5.13/qtserialport.qch",
+      "DocumentationSets/Qt-5.13/qtspeech.qch",
+      "DocumentationSets/Qt-5.13/qtsql.qch",
+      "DocumentationSets/Qt-5.13/qtsvg.qch",
+      "DocumentationSets/Qt-5.13/qttestlib.qch",
+      "DocumentationSets/Qt-5.13/qtuitools.qch",
+      "DocumentationSets/Qt-5.13/qtvirtualkeyboard.qch",
+      "DocumentationSets/Qt-5.13/qtwaylandcompositor.qch",
+      "DocumentationSets/Qt-5.13/qtwebchannel.qch",
+      "DocumentationSets/Qt-5.13/qtwebengine.qch",
+      "DocumentationSets/Qt-5.13/qtwebsockets.qch",
+      "DocumentationSets/Qt-5.13/qtwebview.qch",
+      "DocumentationSets/Qt-5.13/qtwidgets.qch",
+      "DocumentationSets/Qt-5.13/qtwinextras.qch",
+      "DocumentationSets/Qt-5.13/qtx11extras.qch",
+      "DocumentationSets/Qt-5.13/qtxml.qch",
+      "DocumentationSets/Qt-5.13/qtxmlpatterns.qch",
+      "DocumentationSets/Qt-5.14/LICENSE.GFDL",
+      "DocumentationSets/Qt-5.14/activeqt.qch",
+      "DocumentationSets/Qt-5.14/qdoc.qch",
+      "DocumentationSets/Qt-5.14/qmake.qch",
+      "DocumentationSets/Qt-5.14/qt3d.qch",
+      "DocumentationSets/Qt-5.14/qtandroidextras.qch",
+      "DocumentationSets/Qt-5.14/qtassistant.qch",
+      "DocumentationSets/Qt-5.14/qtbluetooth.qch",
+      "DocumentationSets/Qt-5.14/qtcharts.qch",
+      "DocumentationSets/Qt-5.14/qtcmake.qch",
+      "DocumentationSets/Qt-5.14/qtconcurrent.qch",
+      "DocumentationSets/Qt-5.14/qtcore.qch",
+      "DocumentationSets/Qt-5.14/qtdatavis3d.qch",
+      "DocumentationSets/Qt-5.14/qtdbus.qch",
+      "DocumentationSets/Qt-5.14/qtdesigner.qch",
+      "DocumentationSets/Qt-5.14/qtdistancefieldgenerator.qch",
+      "DocumentationSets/Qt-5.14/qtdoc.qch",
+      "DocumentationSets/Qt-5.14/qtgamepad.qch",
+      "DocumentationSets/Qt-5.14/qtgraphicaleffects.qch",
+      "DocumentationSets/Qt-5.14/qtgui.qch",
+      "DocumentationSets/Qt-5.14/qthelp.qch",
+      "DocumentationSets/Qt-5.14/qtimageformats.qch",
+      "DocumentationSets/Qt-5.14/qtlabscalendar.qch",
+      "DocumentationSets/Qt-5.14/qtlabsplatform.qch",
+      "DocumentationSets/Qt-5.14/qtlinguist.qch",
+      "DocumentationSets/Qt-5.14/qtlocation.qch",
+      "DocumentationSets/Qt-5.14/qtlottieanimation.qch",
+      "DocumentationSets/Qt-5.14/qtmacextras.qch",
+      "DocumentationSets/Qt-5.14/qtmultimedia.qch",
+      "DocumentationSets/Qt-5.14/qtnetwork.qch",
+      "DocumentationSets/Qt-5.14/qtnetworkauth.qch",
+      "DocumentationSets/Qt-5.14/qtnfc.qch",
+      "DocumentationSets/Qt-5.14/qtopengl.qch",
+      "DocumentationSets/Qt-5.14/qtplatformheaders.qch",
+      "DocumentationSets/Qt-5.14/qtpositioning.qch",
+      "DocumentationSets/Qt-5.14/qtprintsupport.qch",
+      "DocumentationSets/Qt-5.14/qtpurchasing.qch",
+      "DocumentationSets/Qt-5.14/qtqml.qch",
+      "DocumentationSets/Qt-5.14/qtqmltest.qch",
+      "DocumentationSets/Qt-5.14/qtquick.qch",
+      "DocumentationSets/Qt-5.14/qtquick3d.qch",
+      "DocumentationSets/Qt-5.14/qtquickcontrols.qch",
+      "DocumentationSets/Qt-5.14/qtquickcontrols1.qch",
+      "DocumentationSets/Qt-5.14/qtquickdialogs.qch",
+      "DocumentationSets/Qt-5.14/qtquickextras.qch",
+      "DocumentationSets/Qt-5.14/qtquicktimeline.qch",
+      "DocumentationSets/Qt-5.14/qtremoteobjects.qch",
+      "DocumentationSets/Qt-5.14/qtscxml.qch",
+      "DocumentationSets/Qt-5.14/qtsensors.qch",
+      "DocumentationSets/Qt-5.14/qtserialbus.qch",
+      "DocumentationSets/Qt-5.14/qtserialport.qch",
+      "DocumentationSets/Qt-5.14/qtspeech.qch",
+      "DocumentationSets/Qt-5.14/qtsql.qch",
+      "DocumentationSets/Qt-5.14/qtsvg.qch",
+      "DocumentationSets/Qt-5.14/qttestlib.qch",
+      "DocumentationSets/Qt-5.14/qtuitools.qch",
+      "DocumentationSets/Qt-5.14/qtvirtualkeyboard.qch",
+      "DocumentationSets/Qt-5.14/qtwaylandcompositor.qch",
+      "DocumentationSets/Qt-5.14/qtwebchannel.qch",
+      "DocumentationSets/Qt-5.14/qtwebengine.qch",
+      "DocumentationSets/Qt-5.14/qtwebsockets.qch",
+      "DocumentationSets/Qt-5.14/qtwebview.qch",
+      "DocumentationSets/Qt-5.14/qtwidgets.qch",
+      "DocumentationSets/Qt-5.14/qtwinextras.qch",
+      "DocumentationSets/Qt-5.14/qtx11extras.qch",
+      "DocumentationSets/Qt-5.14/qtxml.qch",
+      "DocumentationSets/Qt-5.14/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.0/LICENSE.FDL",
+      "DocumentationSets/Qt-6.0/qdoc.qch",
+      "DocumentationSets/Qt-6.0/qmake.qch",
+      "DocumentationSets/Qt-6.0/qt3d.qch",
+      "DocumentationSets/Qt-6.0/qtcmake.qch",
+      "DocumentationSets/Qt-6.0/qtconcurrent.qch",
+      "DocumentationSets/Qt-6.0/qtcore.qch",
+      "DocumentationSets/Qt-6.0/qtcore5.qch",
+      "DocumentationSets/Qt-6.0/qtdbus.qch",
+      "DocumentationSets/Qt-6.0/qtdesigner.qch",
+      "DocumentationSets/Qt-6.0/qtdistancefieldgenerator.qch",
+      "DocumentationSets/Qt-6.0/qtdoc.qch",
+      "DocumentationSets/Qt-6.0/qtgui.qch",
+      "DocumentationSets/Qt-6.0/qthelp.qch",
+      "DocumentationSets/Qt-6.0/qtimageformats.qch",
+      "DocumentationSets/Qt-6.0/qtlabsplatform.qch",
+      "DocumentationSets/Qt-6.0/qtlinguist.qch",
+      "DocumentationSets/Qt-6.0/qtnetwork.qch",
+      "DocumentationSets/Qt-6.0/qtnetworkauth.qch",
+      "DocumentationSets/Qt-6.0/qtopengl.qch",
+      "DocumentationSets/Qt-6.0/qtprintsupport.qch",
+      "DocumentationSets/Qt-6.0/qtqml.qch",
+      "DocumentationSets/Qt-6.0/qtqmlmodels.qch",
+      "DocumentationSets/Qt-6.0/qtqmltest.qch",
+      "DocumentationSets/Qt-6.0/qtquick.qch",
+      "DocumentationSets/Qt-6.0/qtquick3d.qch",
+      "DocumentationSets/Qt-6.0/qtquickcontrols.qch",
+      "DocumentationSets/Qt-6.0/qtquicktimeline.qch",
+      "DocumentationSets/Qt-6.0/qtshadertools.qch",
+      "DocumentationSets/Qt-6.0/qtsql.qch",
+      "DocumentationSets/Qt-6.0/qtsvg.qch",
+      "DocumentationSets/Qt-6.0/qttestlib.qch",
+      "DocumentationSets/Qt-6.0/qtuitools.qch",
+      "DocumentationSets/Qt-6.0/qtwaylandcompositor.qch",
+      "DocumentationSets/Qt-6.0/qtwidgets.qch",
+      "DocumentationSets/Qt-6.0/qtxml.qch",
+      "PKGLIST",
+      "PKGLIST_PyQt56",
+      "PKGLIST_PyQt57",
+      "PKGLIST_Python36",
+      "PKGLIST_Python37",
+      "PKGLIST_Python38",
+      "PKGLIST_Python39",
+      "PKGLIST_Qt512",
+      "PKGLIST_Qt513",
+      "PKGLIST_Qt514",
+      "PKGLIST_Qt515",
+      "PKGLIST_Qt60",
+      "PluginDocumentationSets.e4p",
+      "PluginDocumentationSets_PyQt56.zip",
+      "PluginDocumentationSets_PyQt57.zip",
+      "PluginDocumentationSets_Python36.zip",
+      "PluginDocumentationSets_Python37.zip",
+      "PluginDocumentationSets_Python38.zip",
+      "PluginDocumentationSets_Python39.zip",
+      "PluginDocumentationSets_Qt512.zip",
+      "PluginDocumentationSets_Qt513.zip",
+      "PluginDocumentationSets_Qt514.zip",
+      "PluginDocumentationSets_Qt515.zip",
+      "PluginDocumentationSets_Qt60.zip",
+      "DocumentationSets/Qt-6.1/LICENSE.FDL",
+      "DocumentationSets/Qt-6.1/qdoc.qch",
+      "DocumentationSets/Qt-6.1/qmake.qch",
+      "DocumentationSets/Qt-6.1/qt3d.qch",
+      "DocumentationSets/Qt-6.1/qtcharts.qch",
+      "DocumentationSets/Qt-6.1/qtcmake.qch",
+      "DocumentationSets/Qt-6.1/qtconcurrent.qch",
+      "DocumentationSets/Qt-6.1/qtcore.qch",
+      "DocumentationSets/Qt-6.1/qtcore5compat.qch",
+      "DocumentationSets/Qt-6.1/qtdatavis3d.qch",
+      "DocumentationSets/Qt-6.1/qtdbus.qch",
+      "DocumentationSets/Qt-6.1/qtdesigner.qch",
+      "DocumentationSets/Qt-6.1/qtdistancefieldgenerator.qch",
+      "DocumentationSets/Qt-6.1/qtdoc.qch",
+      "DocumentationSets/Qt-6.1/qtgui.qch",
+      "DocumentationSets/Qt-6.1/qthelp.qch",
+      "DocumentationSets/Qt-6.1/qtimageformats.qch",
+      "DocumentationSets/Qt-6.1/qtlabsplatform.qch",
+      "DocumentationSets/Qt-6.1/qtlinguist.qch",
+      "DocumentationSets/Qt-6.1/qtlottieanimation.qch",
+      "DocumentationSets/Qt-6.1/qtnetwork.qch",
+      "DocumentationSets/Qt-6.1/qtnetworkauth.qch",
+      "DocumentationSets/Qt-6.1/qtopengl.qch",
+      "DocumentationSets/Qt-6.1/qtprintsupport.qch",
+      "DocumentationSets/Qt-6.1/qtqml.qch",
+      "DocumentationSets/Qt-6.1/qtqmlmodels.qch",
+      "DocumentationSets/Qt-6.1/qtqmltest.qch",
+      "DocumentationSets/Qt-6.1/qtquick.qch",
+      "DocumentationSets/Qt-6.1/qtquick3d.qch",
+      "DocumentationSets/Qt-6.1/qtquickcontrols.qch",
+      "DocumentationSets/Qt-6.1/qtquicktimeline.qch",
+      "DocumentationSets/Qt-6.1/qtscxml.qch",
+      "DocumentationSets/Qt-6.1/qtshadertools.qch",
+      "DocumentationSets/Qt-6.1/qtsql.qch",
+      "DocumentationSets/Qt-6.1/qtsvg.qch",
+      "DocumentationSets/Qt-6.1/qttestlib.qch",
+      "DocumentationSets/Qt-6.1/qtuitools.qch",
+      "DocumentationSets/Qt-6.1/qtvirtualkeyboard.qch",
+      "DocumentationSets/Qt-6.1/qtwaylandcompositor.qch",
+      "DocumentationSets/Qt-6.1/qtwidgets.qch",
+      "DocumentationSets/Qt-6.1/qtxml.qch",
+      "PluginDocumentationSets.epj",
+      "PKGLIST_Qt61",
+      "PluginDocumentationSets_Qt61.zip"
+    ],
+    "OTHERTOOLSPARMS": {},
+    "PACKAGERSPARMS": {},
+    "PROGLANGUAGE": "Python3",
+    "PROJECTTYPE": "E6Plugin",
+    "PROJECTTYPESPECIFICDATA": {},
+    "PROTOCOLS": [],
+    "RCCPARAMS": {
+      "CompressLevel": 0,
+      "CompressionDisable": false,
+      "CompressionThreshold": 70,
+      "PathPrefix": ""
+    },
+    "RESOURCES": [],
+    "SOURCES": [
+      "PluginDocumentationSets.py",
+      "__init__.py"
+    ],
+    "SPELLEXCLUDES": "",
+    "SPELLLANGUAGE": "en_US",
+    "SPELLWORDS": "",
+    "TRANSLATIONEXCEPTIONS": [],
+    "TRANSLATIONPATTERN": "",
+    "TRANSLATIONS": [],
+    "TRANSLATIONSBINPATH": "",
+    "UICPARAMS": {
+      "Package": "",
+      "PackagesRoot": "",
+      "RcSuffix": ""
+    },
+    "VCS": "Mercurial",
+    "VCSOPTIONS": {
+      "add": [
+        ""
+      ],
+      "checkout": [
+        ""
+      ],
+      "commit": [
+        ""
+      ],
+      "diff": [
+        ""
+      ],
+      "export": [
+        ""
+      ],
+      "global": [
+        ""
+      ],
+      "history": [
+        ""
+      ],
+      "log": [
+        ""
+      ],
+      "remove": [
+        ""
+      ],
+      "status": [
+        ""
+      ],
+      "tag": [
+        ""
+      ],
+      "update": [
+        ""
+      ]
+    },
+    "VCSOTHERDATA": {},
+    "VERSION": "0.1"
+  }
+}
\ No newline at end of file

eric ide

mercurial