From e0a8f2dfb759ef4eff542d0a317a9370d4eddc52 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 25 May 2018 09:57:37 +0200 Subject: Add QtScxml to the documentation Complements 9d10897929350417f4c7b2dcf06966ff7c67c5a6. Task-number: PYSIDE-487 Change-Id: I4a01c986535c0d7ba8362760c1b8e89a2f8e9936 Reviewed-by: Alexandru Croitor --- sources/pyside2/doc/index.rst | 3 ++- sources/pyside2/doc/qtmodules/pyside-qtscxml.qdocconf.in | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 sources/pyside2/doc/qtmodules/pyside-qtscxml.qdocconf.in diff --git a/sources/pyside2/doc/index.rst b/sources/pyside2/doc/index.rst index 26bfe998f..efc3ea2fa 100644 --- a/sources/pyside2/doc/index.rst +++ b/sources/pyside2/doc/index.rst @@ -94,7 +94,8 @@ Qt Modules Helps you create viable mapping solutions using the data available from some of the popular location services. * - `Qt Sensors `_ Provides access to sensor hardware via QML and Python interfaces and a motion gesture recognition API for devices. - - + - `Qt Scxml `_ + Provides classes to create and use state machines from SCXML files. |project| also comes with the :doc:`Shiboken2 ` generator that outputs C++ code diff --git a/sources/pyside2/doc/qtmodules/pyside-qtscxml.qdocconf.in b/sources/pyside2/doc/qtmodules/pyside-qtscxml.qdocconf.in new file mode 100644 index 000000000..30b61a785 --- /dev/null +++ b/sources/pyside2/doc/qtmodules/pyside-qtscxml.qdocconf.in @@ -0,0 +1,3 @@ +include(@QT_SRC_DIR@/../qtscxml/src/scxml/doc/qtscxml.qdocconf) +includepaths += -I @QT_SRC_DIR@/../qtscxml/src/scxml/doc +include(../pyside-config.qdocconf) -- cgit v1.2.3