aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml3
-rw-r--r--sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml3
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtstatemachine.qdocconf.in3
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtwebview.qdocconf.in2
4 files changed, 9 insertions, 2 deletions
diff --git a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
index 38ff1a555..63ec8877a 100644
--- a/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
+++ b/sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
@@ -81,7 +81,8 @@
<!-- For Qt::mightBeRichText(QString), Qt::convertFromPlainText(QString,Qt::WhiteSpaceMode)
Match on files from '/QtGui/' (shadow build) or '/gui/' (developer build)
or '/QtGui.framework' (macOS) -->
- <namespace-type name="Qt" files="^.*/(gui|QtGui)[/.].*\.h$" extends="PySide6.QtCore"/>
+ <namespace-type name="Qt" files="^.*/(gui|QtGui)[/.].*\.h$" extends="PySide6.QtCore"
+ doc-file="qt-sub-qtgui"/>
<primitive-type name="WId" target-lang-api-name="PyLong">
<conversion-rule>
diff --git a/sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml b/sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml
index 5df72075c..8228bf723 100644
--- a/sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml
+++ b/sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml
@@ -4,7 +4,8 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-->
<typesystem package="PySide6.QtPdfWidgets"
- namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE">
+ namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE"
+ doc-package="PySide6.QtPdf">
<load-typesystem name="QtCore/typesystem_core.xml" generate="no"/>
<load-typesystem name="QtGui/typesystem_gui.xml" generate="no"/>
<load-typesystem name="QtWidgets/typesystem_widgets.xml" generate="no"/>
diff --git a/sources/pyside6/doc/qtmodules/pyside-qtstatemachine.qdocconf.in b/sources/pyside6/doc/qtmodules/pyside-qtstatemachine.qdocconf.in
new file mode 100644
index 000000000..b724be1db
--- /dev/null
+++ b/sources/pyside6/doc/qtmodules/pyside-qtstatemachine.qdocconf.in
@@ -0,0 +1,3 @@
+include(@QT_SRC_DIR@/../qtscxml/src/statemachine/doc/qtstatemachine.qdocconf)
+includepaths += -I @QT_SRC_DIR@/../qtscxml/src/scxml/doc
+include(../pyside-config.qdocconf)
diff --git a/sources/pyside6/doc/qtmodules/pyside-qtwebview.qdocconf.in b/sources/pyside6/doc/qtmodules/pyside-qtwebview.qdocconf.in
new file mode 100644
index 000000000..e9ae61ceb
--- /dev/null
+++ b/sources/pyside6/doc/qtmodules/pyside-qtwebview.qdocconf.in
@@ -0,0 +1,2 @@
+include(@QT_SRC_DIR@/../qtwebview/src/webview/doc/qtwebview.qdocconf)
+include(../pyside-config.qdocconf)