aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtSvg.rst
blob: d652841a6efa4059cf624b0dd57d491e7159c905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Qt SVG provides functionality for handling SVG images.

Scalable Vector Graphics (SVG) is an XML-based language for describing
two-dimensional vector graphics. Qt provides classes for rendering and
displaying SVG drawings in widgets and on other paint devices.


Getting Started
^^^^^^^^^^^^^^^

To include the definitions of modules classes, use the following
directive:

::

    import PySide6.QtSvg

Articles
^^^^^^^^

    * :ref:`Rendering SVG Files<Rendering-SVG-Files>` contains information about how to render SVG files