PluginDocumentationSets.epj

changeset 55
765d174b96a3
child 57
a8032c728988
child 58
96c87d30d81d
equal deleted inserted replaced
54:fd9d197dad6d 55:765d174b96a3
1 {
2 "header": {
3 "comment": "eric project file for project PluginDocumentationSets",
4 "copyright": "Copyright (C) 2021 Detlev Offenbach, detlev@die-offenbachs.de"
5 },
6 "project": {
7 "AUTHOR": "Detlev Offenbach",
8 "CHECKERSPARMS": {
9 "Pep8Checker": {
10 "AnnotationsChecker": {
11 "AllowUntypedDefs": false,
12 "AllowUntypedNested": false,
13 "DispatchDecorators": [
14 "singledispatch",
15 "singledispatchmethod"
16 ],
17 "MaximumComplexity": 3,
18 "MaximumLength": 7,
19 "MinimumCoverage": 75,
20 "MypyInitReturn": false,
21 "OverloadDecorators": [
22 "overload"
23 ],
24 "SuppressDummyArgs": false,
25 "SuppressNoneReturning": true
26 },
27 "BlankLines": [
28 2,
29 1
30 ],
31 "BuiltinsChecker": {
32 "bytes": [
33 "unicode"
34 ],
35 "chr": [
36 "unichr"
37 ],
38 "str": [
39 "unicode"
40 ]
41 },
42 "CommentedCodeChecker": {
43 "Aggressive": false,
44 "WhiteList": [
45 "pylint",
46 "pyright",
47 "noqa",
48 "type:\\s*ignore",
49 "fmt:\\s*(on|off)",
50 "TODO",
51 "FIXME",
52 "WARNING",
53 "NOTE",
54 "TEST",
55 "DOCU",
56 "XXX",
57 "- "
58 ]
59 },
60 "CopyrightAuthor": "",
61 "CopyrightMinFileSize": 0,
62 "DocstringType": "eric",
63 "EnabledCheckerCategories": "C, D, E, M, N, Y, W",
64 "ExcludeFiles": "*/Ui_*.py, */*_rc.py,",
65 "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",
66 "FixCodes": "",
67 "FixIssues": false,
68 "FutureChecker": "",
69 "HangClosing": false,
70 "IncludeMessages": "",
71 "LineComplexity": 25,
72 "LineComplexityScore": 10,
73 "MaxCodeComplexity": 10,
74 "MaxDocLineLength": 79,
75 "MaxLineLength": 79,
76 "NoFixCodes": "E501",
77 "RepeatMessages": true,
78 "SecurityChecker": {
79 "CheckTypedException": false,
80 "HardcodedTmpDirectories": [
81 "/tmp",
82 "/var/tmp",
83 "/dev/shm",
84 "~/tmp"
85 ],
86 "InsecureHashes": [
87 "md4",
88 "md5",
89 "sha",
90 "sha1"
91 ],
92 "InsecureSslProtocolVersions": [
93 "PROTOCOL_SSLv2",
94 "SSLv2_METHOD",
95 "SSLv23_METHOD",
96 "PROTOCOL_SSLv3",
97 "PROTOCOL_TLSv1",
98 "SSLv3_METHOD",
99 "TLSv1_METHOD"
100 ],
101 "WeakKeySizeDsaHigh": "1024",
102 "WeakKeySizeDsaMedium": "2048",
103 "WeakKeySizeEcHigh": "160",
104 "WeakKeySizeEcMedium": "224",
105 "WeakKeySizeRsaHigh": "1024",
106 "WeakKeySizeRsaMedium": "2048"
107 },
108 "ShowIgnored": false,
109 "ValidEncodings": "latin-1, utf-8"
110 }
111 },
112 "DESCRIPTION": "This plug-in provides additional documentation sets in QtHelp format (*.qch) for registration with the eric help/web browser or Qt Assistant.",
113 "DOCSTRING": "",
114 "DOCUMENTATIONPARMS": {
115 "ERIC4DOC": {
116 "cssFile": "%PYTHON%/eric6/CSSs/default.css",
117 "ignoreDirectories": [
118 ".eric6project",
119 "_eric6project",
120 ".ropeproject",
121 "_ropeproject"
122 ],
123 "ignoreFilePatterns": [
124 "Ui_*.py"
125 ],
126 "outputDirectory": "Documentation/source",
127 "qtHelpEnabled": false,
128 "useRecursion": true
129 }
130 },
131 "EMAIL": "detlev@die-offenbachs.de",
132 "EOL": 1,
133 "FILETYPES": {
134 "*.idl": "INTERFACES",
135 "*.py": "SOURCES",
136 "*.py3": "SOURCES",
137 "*.pyw": "SOURCES",
138 "*.pyw3": "SOURCES",
139 "*.qm": "TRANSLATIONS",
140 "*.qrc": "RESOURCES",
141 "*.ts": "TRANSLATIONS",
142 "*.ui": "FORMS"
143 },
144 "FORMS": [],
145 "HASH": "ecc5457779c644005bcb2cc3e91ccff121b7a60c",
146 "IDLPARAMS": {
147 "DefinedNames": [],
148 "IncludeDirs": [],
149 "UndefinedNames": []
150 },
151 "INTERFACES": [],
152 "LEXERASSOCS": {},
153 "MAINSCRIPT": "PluginDocumentationSets.py",
154 "MAKEPARAMS": {
155 "MakeEnabled": false,
156 "MakeExecutable": "",
157 "MakeFile": "",
158 "MakeParameters": "",
159 "MakeTarget": "",
160 "MakeTestOnly": true
161 },
162 "MIXEDLANGUAGE": 0,
163 "OTHERS": [
164 ".hgignore",
165 "Documentation/LICENSE.GPL3",
166 "Documentation/source",
167 "DocumentationSets/PyQt-5.6/PyQt-560.qch",
168 "DocumentationSets/PyQt-5.7/PyQt-571.qch",
169 "DocumentationSets/Python-3.6/Python-360.qch",
170 "DocumentationSets/Python-3.7/Python-370.qch",
171 "DocumentationSets/Python-3.8/Python-381.qch",
172 "DocumentationSets/Python-3.9/Python-390.qch",
173 "DocumentationSets/Qt-5.12/LICENSE.GFDL",
174 "DocumentationSets/Qt-5.12/activeqt.qch",
175 "DocumentationSets/Qt-5.12/qdoc.qch",
176 "DocumentationSets/Qt-5.12/qmake.qch",
177 "DocumentationSets/Qt-5.12/qt3d.qch",
178 "DocumentationSets/Qt-5.12/qtandroidextras.qch",
179 "DocumentationSets/Qt-5.12/qtassistant.qch",
180 "DocumentationSets/Qt-5.12/qtbluetooth.qch",
181 "DocumentationSets/Qt-5.12/qtcanvas3d.qch",
182 "DocumentationSets/Qt-5.12/qtcharts.qch",
183 "DocumentationSets/Qt-5.12/qtconcurrent.qch",
184 "DocumentationSets/Qt-5.12/qtcore.qch",
185 "DocumentationSets/Qt-5.12/qtdatavis3d.qch",
186 "DocumentationSets/Qt-5.12/qtdbus.qch",
187 "DocumentationSets/Qt-5.12/qtdesigner.qch",
188 "DocumentationSets/Qt-5.12/qtdistancefieldgenerator.qch",
189 "DocumentationSets/Qt-5.12/qtdoc.qch",
190 "DocumentationSets/Qt-5.12/qtgamepad.qch",
191 "DocumentationSets/Qt-5.12/qtgraphicaleffects.qch",
192 "DocumentationSets/Qt-5.12/qtgui.qch",
193 "DocumentationSets/Qt-5.12/qthelp.qch",
194 "DocumentationSets/Qt-5.12/qtimageformats.qch",
195 "DocumentationSets/Qt-5.12/qtlabscalendar.qch",
196 "DocumentationSets/Qt-5.12/qtlabsplatform.qch",
197 "DocumentationSets/Qt-5.12/qtlinguist.qch",
198 "DocumentationSets/Qt-5.12/qtlocation.qch",
199 "DocumentationSets/Qt-5.12/qtmacextras.qch",
200 "DocumentationSets/Qt-5.12/qtmultimedia.qch",
201 "DocumentationSets/Qt-5.12/qtnetwork.qch",
202 "DocumentationSets/Qt-5.12/qtnetworkauth.qch",
203 "DocumentationSets/Qt-5.12/qtnfc.qch",
204 "DocumentationSets/Qt-5.12/qtopengl.qch",
205 "DocumentationSets/Qt-5.12/qtplatformheaders.qch",
206 "DocumentationSets/Qt-5.12/qtpositioning.qch",
207 "DocumentationSets/Qt-5.12/qtprintsupport.qch",
208 "DocumentationSets/Qt-5.12/qtpurchasing.qch",
209 "DocumentationSets/Qt-5.12/qtqml.qch",
210 "DocumentationSets/Qt-5.12/qtqmltest.qch",
211 "DocumentationSets/Qt-5.12/qtquick.qch",
212 "DocumentationSets/Qt-5.12/qtquickcontrols.qch",
213 "DocumentationSets/Qt-5.12/qtquickcontrols1.qch",
214 "DocumentationSets/Qt-5.12/qtquickdialogs.qch",
215 "DocumentationSets/Qt-5.12/qtquickextras.qch",
216 "DocumentationSets/Qt-5.12/qtremoteobjects.qch",
217 "DocumentationSets/Qt-5.12/qtscxml.qch",
218 "DocumentationSets/Qt-5.12/qtsensors.qch",
219 "DocumentationSets/Qt-5.12/qtserialbus.qch",
220 "DocumentationSets/Qt-5.12/qtserialport.qch",
221 "DocumentationSets/Qt-5.12/qtspeech.qch",
222 "DocumentationSets/Qt-5.12/qtsql.qch",
223 "DocumentationSets/Qt-5.12/qtsvg.qch",
224 "DocumentationSets/Qt-5.12/qttestlib.qch",
225 "DocumentationSets/Qt-5.12/qtuitools.qch",
226 "DocumentationSets/Qt-5.12/qtvirtualkeyboard.qch",
227 "DocumentationSets/Qt-5.12/qtwaylandcompositor.qch",
228 "DocumentationSets/Qt-5.12/qtwebchannel.qch",
229 "DocumentationSets/Qt-5.12/qtwebengine.qch",
230 "DocumentationSets/Qt-5.12/qtwebsockets.qch",
231 "DocumentationSets/Qt-5.12/qtwebview.qch",
232 "DocumentationSets/Qt-5.12/qtwidgets.qch",
233 "DocumentationSets/Qt-5.12/qtwinextras.qch",
234 "DocumentationSets/Qt-5.12/qtx11extras.qch",
235 "DocumentationSets/Qt-5.12/qtxml.qch",
236 "DocumentationSets/Qt-5.12/qtxmlpatterns.qch",
237 "DocumentationSets/Qt-5.13/LICENSE.GFDL",
238 "DocumentationSets/Qt-5.13/activeqt.qch",
239 "DocumentationSets/Qt-5.13/qdoc.qch",
240 "DocumentationSets/Qt-5.13/qmake.qch",
241 "DocumentationSets/Qt-5.13/qt3d.qch",
242 "DocumentationSets/Qt-5.13/qtandroidextras.qch",
243 "DocumentationSets/Qt-5.13/qtassistant.qch",
244 "DocumentationSets/Qt-5.13/qtbluetooth.qch",
245 "DocumentationSets/Qt-5.13/qtcharts.qch",
246 "DocumentationSets/Qt-5.13/qtconcurrent.qch",
247 "DocumentationSets/Qt-5.13/qtcore.qch",
248 "DocumentationSets/Qt-5.13/qtdatavis3d.qch",
249 "DocumentationSets/Qt-5.13/qtdbus.qch",
250 "DocumentationSets/Qt-5.13/qtdesigner.qch",
251 "DocumentationSets/Qt-5.13/qtdistancefieldgenerator.qch",
252 "DocumentationSets/Qt-5.13/qtdoc.qch",
253 "DocumentationSets/Qt-5.13/qtgamepad.qch",
254 "DocumentationSets/Qt-5.13/qtgraphicaleffects.qch",
255 "DocumentationSets/Qt-5.13/qtgui.qch",
256 "DocumentationSets/Qt-5.13/qthelp.qch",
257 "DocumentationSets/Qt-5.13/qtimageformats.qch",
258 "DocumentationSets/Qt-5.13/qtlabscalendar.qch",
259 "DocumentationSets/Qt-5.13/qtlabsplatform.qch",
260 "DocumentationSets/Qt-5.13/qtlinguist.qch",
261 "DocumentationSets/Qt-5.13/qtlocation.qch",
262 "DocumentationSets/Qt-5.13/qtlottieanimation.qch",
263 "DocumentationSets/Qt-5.13/qtmacextras.qch",
264 "DocumentationSets/Qt-5.13/qtmultimedia.qch",
265 "DocumentationSets/Qt-5.13/qtnetwork.qch",
266 "DocumentationSets/Qt-5.13/qtnetworkauth.qch",
267 "DocumentationSets/Qt-5.13/qtnfc.qch",
268 "DocumentationSets/Qt-5.13/qtopengl.qch",
269 "DocumentationSets/Qt-5.13/qtplatformheaders.qch",
270 "DocumentationSets/Qt-5.13/qtpositioning.qch",
271 "DocumentationSets/Qt-5.13/qtprintsupport.qch",
272 "DocumentationSets/Qt-5.13/qtpurchasing.qch",
273 "DocumentationSets/Qt-5.13/qtqml.qch",
274 "DocumentationSets/Qt-5.13/qtqmltest.qch",
275 "DocumentationSets/Qt-5.13/qtquick.qch",
276 "DocumentationSets/Qt-5.13/qtquickcontrols.qch",
277 "DocumentationSets/Qt-5.13/qtquickcontrols1.qch",
278 "DocumentationSets/Qt-5.13/qtquickdialogs.qch",
279 "DocumentationSets/Qt-5.13/qtquickextras.qch",
280 "DocumentationSets/Qt-5.13/qtremoteobjects.qch",
281 "DocumentationSets/Qt-5.13/qtscxml.qch",
282 "DocumentationSets/Qt-5.13/qtsensors.qch",
283 "DocumentationSets/Qt-5.13/qtserialbus.qch",
284 "DocumentationSets/Qt-5.13/qtserialport.qch",
285 "DocumentationSets/Qt-5.13/qtspeech.qch",
286 "DocumentationSets/Qt-5.13/qtsql.qch",
287 "DocumentationSets/Qt-5.13/qtsvg.qch",
288 "DocumentationSets/Qt-5.13/qttestlib.qch",
289 "DocumentationSets/Qt-5.13/qtuitools.qch",
290 "DocumentationSets/Qt-5.13/qtvirtualkeyboard.qch",
291 "DocumentationSets/Qt-5.13/qtwaylandcompositor.qch",
292 "DocumentationSets/Qt-5.13/qtwebchannel.qch",
293 "DocumentationSets/Qt-5.13/qtwebengine.qch",
294 "DocumentationSets/Qt-5.13/qtwebsockets.qch",
295 "DocumentationSets/Qt-5.13/qtwebview.qch",
296 "DocumentationSets/Qt-5.13/qtwidgets.qch",
297 "DocumentationSets/Qt-5.13/qtwinextras.qch",
298 "DocumentationSets/Qt-5.13/qtx11extras.qch",
299 "DocumentationSets/Qt-5.13/qtxml.qch",
300 "DocumentationSets/Qt-5.13/qtxmlpatterns.qch",
301 "DocumentationSets/Qt-5.14/LICENSE.GFDL",
302 "DocumentationSets/Qt-5.14/activeqt.qch",
303 "DocumentationSets/Qt-5.14/qdoc.qch",
304 "DocumentationSets/Qt-5.14/qmake.qch",
305 "DocumentationSets/Qt-5.14/qt3d.qch",
306 "DocumentationSets/Qt-5.14/qtandroidextras.qch",
307 "DocumentationSets/Qt-5.14/qtassistant.qch",
308 "DocumentationSets/Qt-5.14/qtbluetooth.qch",
309 "DocumentationSets/Qt-5.14/qtcharts.qch",
310 "DocumentationSets/Qt-5.14/qtcmake.qch",
311 "DocumentationSets/Qt-5.14/qtconcurrent.qch",
312 "DocumentationSets/Qt-5.14/qtcore.qch",
313 "DocumentationSets/Qt-5.14/qtdatavis3d.qch",
314 "DocumentationSets/Qt-5.14/qtdbus.qch",
315 "DocumentationSets/Qt-5.14/qtdesigner.qch",
316 "DocumentationSets/Qt-5.14/qtdistancefieldgenerator.qch",
317 "DocumentationSets/Qt-5.14/qtdoc.qch",
318 "DocumentationSets/Qt-5.14/qtgamepad.qch",
319 "DocumentationSets/Qt-5.14/qtgraphicaleffects.qch",
320 "DocumentationSets/Qt-5.14/qtgui.qch",
321 "DocumentationSets/Qt-5.14/qthelp.qch",
322 "DocumentationSets/Qt-5.14/qtimageformats.qch",
323 "DocumentationSets/Qt-5.14/qtlabscalendar.qch",
324 "DocumentationSets/Qt-5.14/qtlabsplatform.qch",
325 "DocumentationSets/Qt-5.14/qtlinguist.qch",
326 "DocumentationSets/Qt-5.14/qtlocation.qch",
327 "DocumentationSets/Qt-5.14/qtlottieanimation.qch",
328 "DocumentationSets/Qt-5.14/qtmacextras.qch",
329 "DocumentationSets/Qt-5.14/qtmultimedia.qch",
330 "DocumentationSets/Qt-5.14/qtnetwork.qch",
331 "DocumentationSets/Qt-5.14/qtnetworkauth.qch",
332 "DocumentationSets/Qt-5.14/qtnfc.qch",
333 "DocumentationSets/Qt-5.14/qtopengl.qch",
334 "DocumentationSets/Qt-5.14/qtplatformheaders.qch",
335 "DocumentationSets/Qt-5.14/qtpositioning.qch",
336 "DocumentationSets/Qt-5.14/qtprintsupport.qch",
337 "DocumentationSets/Qt-5.14/qtpurchasing.qch",
338 "DocumentationSets/Qt-5.14/qtqml.qch",
339 "DocumentationSets/Qt-5.14/qtqmltest.qch",
340 "DocumentationSets/Qt-5.14/qtquick.qch",
341 "DocumentationSets/Qt-5.14/qtquick3d.qch",
342 "DocumentationSets/Qt-5.14/qtquickcontrols.qch",
343 "DocumentationSets/Qt-5.14/qtquickcontrols1.qch",
344 "DocumentationSets/Qt-5.14/qtquickdialogs.qch",
345 "DocumentationSets/Qt-5.14/qtquickextras.qch",
346 "DocumentationSets/Qt-5.14/qtquicktimeline.qch",
347 "DocumentationSets/Qt-5.14/qtremoteobjects.qch",
348 "DocumentationSets/Qt-5.14/qtscxml.qch",
349 "DocumentationSets/Qt-5.14/qtsensors.qch",
350 "DocumentationSets/Qt-5.14/qtserialbus.qch",
351 "DocumentationSets/Qt-5.14/qtserialport.qch",
352 "DocumentationSets/Qt-5.14/qtspeech.qch",
353 "DocumentationSets/Qt-5.14/qtsql.qch",
354 "DocumentationSets/Qt-5.14/qtsvg.qch",
355 "DocumentationSets/Qt-5.14/qttestlib.qch",
356 "DocumentationSets/Qt-5.14/qtuitools.qch",
357 "DocumentationSets/Qt-5.14/qtvirtualkeyboard.qch",
358 "DocumentationSets/Qt-5.14/qtwaylandcompositor.qch",
359 "DocumentationSets/Qt-5.14/qtwebchannel.qch",
360 "DocumentationSets/Qt-5.14/qtwebengine.qch",
361 "DocumentationSets/Qt-5.14/qtwebsockets.qch",
362 "DocumentationSets/Qt-5.14/qtwebview.qch",
363 "DocumentationSets/Qt-5.14/qtwidgets.qch",
364 "DocumentationSets/Qt-5.14/qtwinextras.qch",
365 "DocumentationSets/Qt-5.14/qtx11extras.qch",
366 "DocumentationSets/Qt-5.14/qtxml.qch",
367 "DocumentationSets/Qt-5.14/qtxmlpatterns.qch",
368 "DocumentationSets/Qt-5.15/LICENSE.GFDL",
369 "DocumentationSets/Qt-5.15/activeqt.qch",
370 "DocumentationSets/Qt-5.15/qdoc.qch",
371 "DocumentationSets/Qt-5.15/qmake.qch",
372 "DocumentationSets/Qt-5.15/qt3d.qch",
373 "DocumentationSets/Qt-5.15/qtandroidextras.qch",
374 "DocumentationSets/Qt-5.15/qtassistant.qch",
375 "DocumentationSets/Qt-5.15/qtbluetooth.qch",
376 "DocumentationSets/Qt-5.15/qtcharts.qch",
377 "DocumentationSets/Qt-5.15/qtcmake.qch",
378 "DocumentationSets/Qt-5.15/qtconcurrent.qch",
379 "DocumentationSets/Qt-5.15/qtcore.qch",
380 "DocumentationSets/Qt-5.15/qtdatavis3d.qch",
381 "DocumentationSets/Qt-5.15/qtdbus.qch",
382 "DocumentationSets/Qt-5.15/qtdesigner.qch",
383 "DocumentationSets/Qt-5.15/qtdistancefieldgenerator.qch",
384 "DocumentationSets/Qt-5.15/qtdoc.qch",
385 "DocumentationSets/Qt-5.15/qtgamepad.qch",
386 "DocumentationSets/Qt-5.15/qtgraphicaleffects.qch",
387 "DocumentationSets/Qt-5.15/qtgui.qch",
388 "DocumentationSets/Qt-5.15/qthelp.qch",
389 "DocumentationSets/Qt-5.15/qtimageformats.qch",
390 "DocumentationSets/Qt-5.15/qtlabscalendar.qch",
391 "DocumentationSets/Qt-5.15/qtlabsplatform.qch",
392 "DocumentationSets/Qt-5.15/qtlinguist.qch",
393 "DocumentationSets/Qt-5.15/qtlocation.qch",
394 "DocumentationSets/Qt-5.15/qtlottieanimation.qch",
395 "DocumentationSets/Qt-5.15/qtmacextras.qch",
396 "DocumentationSets/Qt-5.15/qtmultimedia.qch",
397 "DocumentationSets/Qt-5.15/qtnetwork.qch",
398 "DocumentationSets/Qt-5.15/qtnetworkauth.qch",
399 "DocumentationSets/Qt-5.15/qtnfc.qch",
400 "DocumentationSets/Qt-5.15/qtopengl.qch",
401 "DocumentationSets/Qt-5.15/qtplatformheaders.qch",
402 "DocumentationSets/Qt-5.15/qtpositioning.qch",
403 "DocumentationSets/Qt-5.15/qtprintsupport.qch",
404 "DocumentationSets/Qt-5.15/qtpurchasing.qch",
405 "DocumentationSets/Qt-5.15/qtqml.qch",
406 "DocumentationSets/Qt-5.15/qtqmltest.qch",
407 "DocumentationSets/Qt-5.15/qtquick.qch",
408 "DocumentationSets/Qt-5.15/qtquick3d.qch",
409 "DocumentationSets/Qt-5.15/qtquickcontrols.qch",
410 "DocumentationSets/Qt-5.15/qtquickcontrols1.qch",
411 "DocumentationSets/Qt-5.15/qtquickdialogs.qch",
412 "DocumentationSets/Qt-5.15/qtquickextras.qch",
413 "DocumentationSets/Qt-5.15/qtquicktimeline.qch",
414 "DocumentationSets/Qt-5.15/qtremoteobjects.qch",
415 "DocumentationSets/Qt-5.15/qtscxml.qch",
416 "DocumentationSets/Qt-5.15/qtsensors.qch",
417 "DocumentationSets/Qt-5.15/qtserialbus.qch",
418 "DocumentationSets/Qt-5.15/qtserialport.qch",
419 "DocumentationSets/Qt-5.15/qtspeech.qch",
420 "DocumentationSets/Qt-5.15/qtsql.qch",
421 "DocumentationSets/Qt-5.15/qtsvg.qch",
422 "DocumentationSets/Qt-5.15/qttestlib.qch",
423 "DocumentationSets/Qt-5.15/qtuitools.qch",
424 "DocumentationSets/Qt-5.15/qtvirtualkeyboard.qch",
425 "DocumentationSets/Qt-5.15/qtwaylandcompositor.qch",
426 "DocumentationSets/Qt-5.15/qtwebchannel.qch",
427 "DocumentationSets/Qt-5.15/qtwebengine.qch",
428 "DocumentationSets/Qt-5.15/qtwebsockets.qch",
429 "DocumentationSets/Qt-5.15/qtwebview.qch",
430 "DocumentationSets/Qt-5.15/qtwidgets.qch",
431 "DocumentationSets/Qt-5.15/qtwinextras.qch",
432 "DocumentationSets/Qt-5.15/qtx11extras.qch",
433 "DocumentationSets/Qt-5.15/qtxml.qch",
434 "DocumentationSets/Qt-5.15/qtxmlpatterns.qch",
435 "DocumentationSets/Qt-6.0/LICENSE.FDL",
436 "DocumentationSets/Qt-6.0/qdoc.qch",
437 "DocumentationSets/Qt-6.0/qmake.qch",
438 "DocumentationSets/Qt-6.0/qt3d.qch",
439 "DocumentationSets/Qt-6.0/qtcmake.qch",
440 "DocumentationSets/Qt-6.0/qtconcurrent.qch",
441 "DocumentationSets/Qt-6.0/qtcore.qch",
442 "DocumentationSets/Qt-6.0/qtcore5.qch",
443 "DocumentationSets/Qt-6.0/qtdbus.qch",
444 "DocumentationSets/Qt-6.0/qtdesigner.qch",
445 "DocumentationSets/Qt-6.0/qtdistancefieldgenerator.qch",
446 "DocumentationSets/Qt-6.0/qtdoc.qch",
447 "DocumentationSets/Qt-6.0/qtgui.qch",
448 "DocumentationSets/Qt-6.0/qthelp.qch",
449 "DocumentationSets/Qt-6.0/qtimageformats.qch",
450 "DocumentationSets/Qt-6.0/qtlabsplatform.qch",
451 "DocumentationSets/Qt-6.0/qtlinguist.qch",
452 "DocumentationSets/Qt-6.0/qtnetwork.qch",
453 "DocumentationSets/Qt-6.0/qtnetworkauth.qch",
454 "DocumentationSets/Qt-6.0/qtopengl.qch",
455 "DocumentationSets/Qt-6.0/qtprintsupport.qch",
456 "DocumentationSets/Qt-6.0/qtqml.qch",
457 "DocumentationSets/Qt-6.0/qtqmlmodels.qch",
458 "DocumentationSets/Qt-6.0/qtqmltest.qch",
459 "DocumentationSets/Qt-6.0/qtquick.qch",
460 "DocumentationSets/Qt-6.0/qtquick3d.qch",
461 "DocumentationSets/Qt-6.0/qtquickcontrols.qch",
462 "DocumentationSets/Qt-6.0/qtquicktimeline.qch",
463 "DocumentationSets/Qt-6.0/qtshadertools.qch",
464 "DocumentationSets/Qt-6.0/qtsql.qch",
465 "DocumentationSets/Qt-6.0/qtsvg.qch",
466 "DocumentationSets/Qt-6.0/qttestlib.qch",
467 "DocumentationSets/Qt-6.0/qtuitools.qch",
468 "DocumentationSets/Qt-6.0/qtwaylandcompositor.qch",
469 "DocumentationSets/Qt-6.0/qtwidgets.qch",
470 "DocumentationSets/Qt-6.0/qtxml.qch",
471 "PKGLIST",
472 "PKGLIST_PyQt56",
473 "PKGLIST_PyQt57",
474 "PKGLIST_Python36",
475 "PKGLIST_Python37",
476 "PKGLIST_Python38",
477 "PKGLIST_Python39",
478 "PKGLIST_Qt512",
479 "PKGLIST_Qt513",
480 "PKGLIST_Qt514",
481 "PKGLIST_Qt515",
482 "PKGLIST_Qt60",
483 "PluginDocumentationSets.e4p",
484 "PluginDocumentationSets_PyQt56.zip",
485 "PluginDocumentationSets_PyQt57.zip",
486 "PluginDocumentationSets_Python36.zip",
487 "PluginDocumentationSets_Python37.zip",
488 "PluginDocumentationSets_Python38.zip",
489 "PluginDocumentationSets_Python39.zip",
490 "PluginDocumentationSets_Qt512.zip",
491 "PluginDocumentationSets_Qt513.zip",
492 "PluginDocumentationSets_Qt514.zip",
493 "PluginDocumentationSets_Qt515.zip",
494 "PluginDocumentationSets_Qt60.zip",
495 "DocumentationSets/Qt-6.1/LICENSE.FDL",
496 "DocumentationSets/Qt-6.1/qdoc.qch",
497 "DocumentationSets/Qt-6.1/qmake.qch",
498 "DocumentationSets/Qt-6.1/qt3d.qch",
499 "DocumentationSets/Qt-6.1/qtcharts.qch",
500 "DocumentationSets/Qt-6.1/qtcmake.qch",
501 "DocumentationSets/Qt-6.1/qtconcurrent.qch",
502 "DocumentationSets/Qt-6.1/qtcore.qch",
503 "DocumentationSets/Qt-6.1/qtcore5compat.qch",
504 "DocumentationSets/Qt-6.1/qtdatavis3d.qch",
505 "DocumentationSets/Qt-6.1/qtdbus.qch",
506 "DocumentationSets/Qt-6.1/qtdesigner.qch",
507 "DocumentationSets/Qt-6.1/qtdistancefieldgenerator.qch",
508 "DocumentationSets/Qt-6.1/qtdoc.qch",
509 "DocumentationSets/Qt-6.1/qtgui.qch",
510 "DocumentationSets/Qt-6.1/qthelp.qch",
511 "DocumentationSets/Qt-6.1/qtimageformats.qch",
512 "DocumentationSets/Qt-6.1/qtlabsplatform.qch",
513 "DocumentationSets/Qt-6.1/qtlinguist.qch",
514 "DocumentationSets/Qt-6.1/qtlottieanimation.qch",
515 "DocumentationSets/Qt-6.1/qtnetwork.qch",
516 "DocumentationSets/Qt-6.1/qtnetworkauth.qch",
517 "DocumentationSets/Qt-6.1/qtopengl.qch",
518 "DocumentationSets/Qt-6.1/qtprintsupport.qch",
519 "DocumentationSets/Qt-6.1/qtqml.qch",
520 "DocumentationSets/Qt-6.1/qtqmlmodels.qch",
521 "DocumentationSets/Qt-6.1/qtqmltest.qch",
522 "DocumentationSets/Qt-6.1/qtquick.qch",
523 "DocumentationSets/Qt-6.1/qtquick3d.qch",
524 "DocumentationSets/Qt-6.1/qtquickcontrols.qch",
525 "DocumentationSets/Qt-6.1/qtquicktimeline.qch",
526 "DocumentationSets/Qt-6.1/qtscxml.qch",
527 "DocumentationSets/Qt-6.1/qtshadertools.qch",
528 "DocumentationSets/Qt-6.1/qtsql.qch",
529 "DocumentationSets/Qt-6.1/qtsvg.qch",
530 "DocumentationSets/Qt-6.1/qttestlib.qch",
531 "DocumentationSets/Qt-6.1/qtuitools.qch",
532 "DocumentationSets/Qt-6.1/qtvirtualkeyboard.qch",
533 "DocumentationSets/Qt-6.1/qtwaylandcompositor.qch",
534 "DocumentationSets/Qt-6.1/qtwidgets.qch",
535 "DocumentationSets/Qt-6.1/qtxml.qch",
536 "PluginDocumentationSets.epj",
537 "PKGLIST_Qt61",
538 "PluginDocumentationSets_Qt61.zip"
539 ],
540 "OTHERTOOLSPARMS": {},
541 "PACKAGERSPARMS": {},
542 "PROGLANGUAGE": "Python3",
543 "PROJECTTYPE": "E6Plugin",
544 "PROJECTTYPESPECIFICDATA": {},
545 "PROTOCOLS": [],
546 "RCCPARAMS": {
547 "CompressLevel": 0,
548 "CompressionDisable": false,
549 "CompressionThreshold": 70,
550 "PathPrefix": ""
551 },
552 "RESOURCES": [],
553 "SOURCES": [
554 "PluginDocumentationSets.py",
555 "__init__.py"
556 ],
557 "SPELLEXCLUDES": "",
558 "SPELLLANGUAGE": "en_US",
559 "SPELLWORDS": "",
560 "TRANSLATIONEXCEPTIONS": [],
561 "TRANSLATIONPATTERN": "",
562 "TRANSLATIONS": [],
563 "TRANSLATIONSBINPATH": "",
564 "UICPARAMS": {
565 "Package": "",
566 "PackagesRoot": "",
567 "RcSuffix": ""
568 },
569 "VCS": "Mercurial",
570 "VCSOPTIONS": {
571 "add": [
572 ""
573 ],
574 "checkout": [
575 ""
576 ],
577 "commit": [
578 ""
579 ],
580 "diff": [
581 ""
582 ],
583 "export": [
584 ""
585 ],
586 "global": [
587 ""
588 ],
589 "history": [
590 ""
591 ],
592 "log": [
593 ""
594 ],
595 "remove": [
596 ""
597 ],
598 "status": [
599 ""
600 ],
601 "tag": [
602 ""
603 ],
604 "update": [
605 ""
606 ]
607 },
608 "VCSOTHERDATA": {},
609 "VERSION": "0.1"
610 }
611 }

eric ide

mercurial