From 05e3e8445443df26fb902d7e14c8103d38fc57d6 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 9 Dec 2025 16:13:36 +0100 Subject: qrc tutorial: Add a note about rcc compression levels Task-number: PYSIDE-3251 Pick-to: 6.10 Change-Id: Ib1c5a1f8de4237be84b43fa05a2ad830c2169596 Reviewed-by: Shyamnath Premnadh --- sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sources/pyside6/doc/tutorials/basictutorial') diff --git a/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst b/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst index b6861f920..2666f854f 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst @@ -75,6 +75,11 @@ To use the generated file, add the following import at the top of your main Pyth import rc_icons +.. note:: The tool uses `Zstandard` as a compression algorithm, which at its default + compression level (implementation-defined) may produce results that are + not usable on other platforms. To ensure the files are usable on all + platforms, the compression level should be reduced or `zlib` should + be chosen as compression algorithm (see ``pyside6-rcc --help``). Changes in the code =================== -- cgit v1.2.3