| ... | ... | @@ -60,7 +60,7 @@ Copyright CNRS/Inria/UniCA Contributor(s): Eric Debreuve (eric.debreuve@cnrs.fr) |
|
|
|
[cols=",,",]
|
|
|
|
|===
|
|
|
|
|Function |link:api/pydoctor/#Show[`Show`] |[.undocumented]#Undocumented#
|
|
|
|
|Function |link:api/pydoctor/#_SetHTMLFromFile[`_SetHTMLFromFile`] |From: https://doc.qt.io/qtforpython-6/PySide6/QtWebEngineWidgets/QWebEngineView.html#PySide6.QtWebEngineWidgets.PySide6.QtWebEngineWidgets.QWebEngineView.setHtml Content larger than 2 MB cannot be displayed...
|
|
|
|
|Function |link:api/pydoctor/#_SetHTMLFromFile[`_SetHTMLFromFile`] |From: https://doc.qt.io/qtforpython-6/PySide6/QtWebEngineWidgets/QWebEngineView#PySide6.QtWebEngineWidgets.PySide6.QtWebEngineWidgets.QWebEngineView.setHtml Content larger than 2 MB cannot be displayed...
|
|
|
|
|===
|
|
|
|
|
|
|
|
[[childList]]
|
| ... | ... | @@ -74,6 +74,6 @@ Undocumented |
|
|
|
|
|
|
|
[.py-keyword]#def# [.py-defname]#_SetHTMLFromFile#[.function-signature]#(success: `bool`, widget: `widget_t`, html: `str`, /)#: link:api/pydoctor/#_SetHTMLFromFile[¶]
|
|
|
|
|
|
|
|
From: https://doc.qt.io/qtforpython-6/PySide6/QtWebEngineWidgets/QWebEngineView.html#PySide6.QtWebEngineWidgets.PySide6.QtWebEngineWidgets.QWebEngineView.setHtml Content larger than 2 MB cannot be displayed... ... Thereby, the provided code becomes a URL that exceeds the 2 MB limit set by Chromium. If the content is too large, the loadFinished() signal is triggered with success=false. Solution: Use a temporary file (with html extension) and setUrl.
|
|
|
|
From: https://doc.qt.io/qtforpython-6/PySide6/QtWebEngineWidgets/QWebEngineView#PySide6.QtWebEngineWidgets.PySide6.QtWebEngineWidgets.QWebEngineView.setHtml Content larger than 2 MB cannot be displayed... ... Thereby, the provided code becomes a URL that exceeds the 2 MB limit set by Chromium. If the content is too large, the loadFinished() signal is triggered with success=false. Solution: Use a temporary file (with html extension) and setUrl.
|
|
|
|
|
|
|
|
link:api/pydoctor/index[API Documentation] for https://src.koda.cnrs.fr/eric.debreuve/babelplot[BabelPlot [2024.3]], generated by https://github.com/twisted/pydoctor/[pydoctor] 24.3.3 at 2024-11-15 16:16:08. |