aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-07 15:09:25 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-17 08:03:48 +0000
commit47d40aa4ad3dec54f4e2d4d3e9cc35bbdc2c1d76 (patch)
tree7a1d41d864b79e2a81d588b709879c1e8533ada2
parent4ffa0e9ef9448e1dd309cdc8d75d673433b5a87c (diff)
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>
-rw-r--r--doc/src/howto/creator-ui.qdoc78
1 files changed, 40 insertions, 38 deletions
diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc
index d477eda78d..c9c2370707 100644
--- a/doc/src/howto/creator-ui.qdoc
+++ b/doc/src/howto/creator-ui.qdoc
@@ -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.
*/