From 0aaf5c455176e9bc15d0eca7b115bf6b5cb9f598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Tue, 11 Apr 2023 16:49:33 +0200 Subject: doc: add qrc icons tutorial zip the :download: sphinx command doesn't work with directories, so a package is needed to allow people to download them. Pick-to: 6.5 Fixes: PYSIDE-2275 Change-Id: I8599445c30d800d3eae62dc86955b5ec4e982960 Reviewed-by: Adrian Herrmann Reviewed-by: Friedemann Kleint --- sources/pyside6/doc/tutorials/basictutorial/icons.zip | Bin 0 -> 6156 bytes sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 sources/pyside6/doc/tutorials/basictutorial/icons.zip (limited to 'sources/pyside6/doc/tutorials/basictutorial') diff --git a/sources/pyside6/doc/tutorials/basictutorial/icons.zip b/sources/pyside6/doc/tutorials/basictutorial/icons.zip new file mode 100644 index 000000000..e279e37b8 Binary files /dev/null and b/sources/pyside6/doc/tutorials/basictutorial/icons.zip differ diff --git a/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst b/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst index 907afc726..21f4e1e2b 100644 --- a/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst +++ b/sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst @@ -25,8 +25,9 @@ default icons meant for such actions. :alt: Multimedia Player Qt Example You could make the application more attractive by designing the icons, -but in case you don't want to design them, `download the following set`_ -and use them. +but in case you don't want to design them, you can download and use them. + +:download:`Download icons ` .. image:: icons.png :alt: New Multimedia icons @@ -35,8 +36,6 @@ You can find more information about the ``rcc`` command, and ``.qrc`` file format, and the resource system in general in the `Qt Resource System`_ site. -.. _`download the following set`: icons/ - The ``.qrc`` file ================= -- cgit v1.2.3