Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-12-29 16:28:18 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-01-12 09:41:40 +0100
commitb6b607371898eea72c08180e87f57ba79533bcd7 (patch)
tree890f73d3e35ac0cc5d765c042861853d51680f8a /examples/qml/usingmodel
parentd39860235bbeb477c7ceac1716b78d23bab35db5 (diff)
Examples: Add Android tag
- Examples that work on Android are tagged Android. - Clicking the tag lists all PySide6 examples supported in Android. - sphinx-tags package added to add blog like tags to examples. [ChangeLog][PySide6] Examples supported on Android are tagged `Android` in documentation Pick-to: 6.6 Task-number: PYSIDE-1612 Change-Id: Ic4ea2c63756d060aeea85b0088da9ae248eda24e Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/qml/usingmodel')
-rw-r--r--examples/qml/usingmodel/doc/usingmodel.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/qml/usingmodel/doc/usingmodel.rst b/examples/qml/usingmodel/doc/usingmodel.rst
index 11b476d09..06a1b27b0 100644
--- a/examples/qml/usingmodel/doc/usingmodel.rst
+++ b/examples/qml/usingmodel/doc/usingmodel.rst
@@ -1,6 +1,8 @@
Using Model Example
===================
+.. tags:: Android
+
A Python application that demonstrates how to use a :ref:`QAbstractListModel`
with QML.