aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2024-11-28 12:48:36 +0100
committerFriedemann Kleint <[email protected]>2024-11-28 14:30:21 +0100
commite974afba76f0bfa79a6cff8966c14f93699476b9 (patch)
treeeca355cdf5e099523c7dd42f509306974780cbd5 /sources/pyside6/doc
parent4e779d0e361ba455479f868f73b52b62e4b82be7 (diff)
PySide: Fix some missing documentation
Add a missing docconf files: - QtWebView - QtStateMachine Fix documentation of QtPdfWidgets (point to QtPdf). Adds documentation Qt::mightBeRichText and Qt::convertFromPlainText (namespace "Qt"/QtGui). Pick-to: 6.8 Task-number: PYSIDE-2918 Task-number: PYSIDE-1106 Change-Id: I4eccaa20cfe82c2ec44cdbef6ec091d4592c0699 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
Diffstat (limited to 'sources/pyside6/doc')
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtstatemachine.qdocconf.in3
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtwebview.qdocconf.in2
2 files changed, 5 insertions, 0 deletions
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)