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,