forked from qt-creator/qt-creator
Doc: Move "Changing Languages" and "Viewing Images" to "User Interface"
...from "Viewing Output" where the landed when the topic was chopped up. Change-Id: Ic5a0900f3cb6243a32ebc415c4956fcdb71bc3f6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -110,6 +110,46 @@
|
||||
documentation, see \l{Tips and Tricks}.
|
||||
\endif
|
||||
|
||||
\section1 Changing Languages
|
||||
|
||||
\QC has been localized into several languages. If the system language
|
||||
is one of the supported languages, it is automatically selected. To
|
||||
change the language, select \uicontrol Tools > \uicontrol Options >
|
||||
\uicontrol Environment and select a language in the \uicontrol Language
|
||||
field. The change takes effect after you restart \QC.
|
||||
|
||||
\section1 Viewing Images
|
||||
|
||||
\QC opens image files in the image viewer.
|
||||
|
||||
\image qtcreator-image-viewer.png "Image viewer"
|
||||
|
||||
Use the toolbar buttons (1) or \l{Keyboard Shortcuts}{keyboard shortcuts}
|
||||
to:
|
||||
|
||||
\list
|
||||
|
||||
\li Export SVG images to pixmaps
|
||||
|
||||
\li Switch between background and outline modes
|
||||
|
||||
\li Zoom in and out
|
||||
|
||||
\li Fit images to screen
|
||||
|
||||
\li Return to original size
|
||||
|
||||
\li Play and pause animated GIF and MNG images
|
||||
|
||||
\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 Platform Notes
|
||||
|
||||
This section describes the cases where the behavior of \QC depends on the
|
||||
@@ -563,42 +603,4 @@
|
||||
\l{Showing Task List Files in Issues Pane}.
|
||||
\endif
|
||||
|
||||
\section1 Changing Languages
|
||||
|
||||
\QC has been localized into several languages. If the system language is one
|
||||
of the supported languages, it is automatically selected. To change the
|
||||
language, select \uicontrol {Tools > Options > Environment} and select a language
|
||||
in the \uicontrol Language field. The change takes effect after you restart \QC.
|
||||
|
||||
\section1 Viewing Images
|
||||
|
||||
\QC opens image files in the image viewer.
|
||||
|
||||
\image qtcreator-image-viewer.png "Image viewer"
|
||||
|
||||
Use the toolbar buttons (1) or \l{Keyboard Shortcuts}{keyboard shortcuts}
|
||||
to:
|
||||
|
||||
\list
|
||||
|
||||
\li Export SVG images to pixmaps
|
||||
|
||||
\li Switch between background and outline modes
|
||||
|
||||
\li Zoom in and out
|
||||
|
||||
\li Fit images to screen
|
||||
|
||||
\li Return to original size
|
||||
|
||||
\li Play and pause animated GIF and MNG images
|
||||
|
||||
\endlist
|
||||
|
||||
\section1 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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user