diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-12-09 16:13:36 +0100 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2025-12-10 11:15:07 +0000 |
| commit | bacf52499b90a0699e92087dc70dbc81366de57a (patch) | |
| tree | cba97d0352dcf7a75e44f091b9d6898005cd9ed7 | |
| parent | de54b6a357293a0962197fe06a145e18bd58f272 (diff) | |
qrc tutorial: Add a note about rcc compression levels6.10
Task-number: PYSIDE-3251
Change-Id: Ib1c5a1f8de4237be84b43fa05a2ad830c2169596
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
(cherry picked from commit 05e3e8445443df26fb902d7e14c8103d38fc57d6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| -rw-r--r-- | sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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 =================== |
