Doc: Exporting SVG images in image viewer

Change-Id: Id0eb167cf7d3f28157f50f17acfda1bb3ccc534a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2016-04-07 11:34:56 +02:00
parent 513cc235fe
commit 1b921e95b7

View File

@@ -523,6 +523,8 @@
\list
\li Export SVG images to pixmaps
\li Switch between background and outline modes
\li Zoom in and out
@@ -535,6 +537,13 @@
\endlist
\section2 Exporting SVG Images
If you receive a freely scalable icon in the SVG format from an UI designer,
you can export it to several images of different sizes to create a set of
pixmaps. You can then use QIcon::addPixmap() to add the pixmaps to icons in
different modes and states.
\section1 Navigating with Keyboard
\QC caters not only to developers who are used to using the mouse,