aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2025-01-29 22:35:39 +0100
committerFriedemann Kleint <[email protected]>2025-02-03 18:13:05 +0100
commita5ecb36c75723b9e82de13d712db9060ed6a3753 (patch)
treea280deee7b71fc0fd9e1c89e33b35915c228bc1f /sources/pyside6
parentecc05e2c3ddd821eb02d3b0bc70fb3e2eced1372 (diff)
Documentation: Various fixes
- Fix spelling and a misplaced anchor - Add note about enumerations Pick-to: 6.8 Change-Id: Iafb8eaff6140381aeaa705c0d164b72708a00154 Reviewed-by: Shyamnath Premnadh <[email protected]>
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/doc/developer/add_port_example.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/doc/developer/add_port_example.rst b/sources/pyside6/doc/developer/add_port_example.rst
index 18f826bc3..59aa2f115 100644
--- a/sources/pyside6/doc/developer/add_port_example.rst
+++ b/sources/pyside6/doc/developer/add_port_example.rst
@@ -60,6 +60,7 @@ Port a Qt example
``snippets-translate``).
- Note that our examples need to have unique names due to the doc build.
- Verify that all slots are decorated using ``@Slot``.
+- Enumerations should be fully qualified (PYSIDE-1735).
- Add a ``.pyproject`` file (verify later on that docs build).
- Add a ``doc`` directory and descriptive ``.rst`` file,
and a screenshot if suitable (use ``optipng`` to reduce file size).