aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/feature-why.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/feature-why.rst')
-rw-r--r--sources/pyside6/doc/feature-why.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/sources/pyside6/doc/feature-why.rst b/sources/pyside6/doc/feature-why.rst
index b95cb77ac..a2f3e146b 100644
--- a/sources/pyside6/doc/feature-why.rst
+++ b/sources/pyside6/doc/feature-why.rst
@@ -256,6 +256,15 @@ When using ``__feature__`` often with common IDEs, you may want to provide
a feature-aware version of ``.pyi`` files to get a correct display. The simplest
way to change them all in-place is the command
+
+Using __feature__ with UIC files
+--------------------------------
+
+Features can be freely used together with generated UIC files. The UIC files
+are _not_ converted, intentionally. Mixing them with feature selections in other
+Python modules should always work, because switching will happen as needed, selected
+by the currently active module. (Please report to us if this fails for an example)
+
.. code-block:: python
pyside6-genpyi all --feature snake_case true_property