From 1b921e95b7433c1ae7be5ee1f7b3157f8ad1f961 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 7 Apr 2016 11:34:56 +0200 Subject: [PATCH] Doc: Exporting SVG images in image viewer Change-Id: Id0eb167cf7d3f28157f50f17acfda1bb3ccc534a Reviewed-by: Friedemann Kleint --- doc/src/howto/creator-ui.qdoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index 0ea439f9522..7ec6f935c0e 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -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,