diff options
author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2023-12-29 16:28:18 +0100 |
---|---|---|
committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-01-12 09:41:40 +0100 |
commit | b6b607371898eea72c08180e87f57ba79533bcd7 (patch) | |
tree | 890f73d3e35ac0cc5d765c042861853d51680f8a /examples/quickcontrols | |
parent | d39860235bbeb477c7ceac1716b78d23bab35db5 (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/quickcontrols')
-rw-r--r-- | examples/quickcontrols/contactslist/doc/contactslist.rst | 2 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/doc/gallery.rst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/quickcontrols/contactslist/doc/contactslist.rst b/examples/quickcontrols/contactslist/doc/contactslist.rst index 918e23760..b5540e39b 100644 --- a/examples/quickcontrols/contactslist/doc/contactslist.rst +++ b/examples/quickcontrols/contactslist/doc/contactslist.rst @@ -1,6 +1,8 @@ Qt Quick Controls - Contact List ================================ +.. tags:: Android + A QML app using Qt Quick Controls and a Python class that implements a simple contact list. This example can also be deployed to Android using **pyside6-android-deploy** diff --git a/examples/quickcontrols/gallery/doc/gallery.rst b/examples/quickcontrols/gallery/doc/gallery.rst index 29cd49f14..acd5096f6 100644 --- a/examples/quickcontrols/gallery/doc/gallery.rst +++ b/examples/quickcontrols/gallery/doc/gallery.rst @@ -1,6 +1,8 @@ Qt Quick Controls 2 - Gallery ============================= +.. tags:: Android + The gallery example is a simple application with a drawer menu that contains all the Qt Quick Controls 2. Each menu item opens a page that shows the graphical appearance of a control, allows you to interact with the control, and |