diff options
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 |