diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-11-13 13:34:03 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-11-25 09:41:40 +0000 |
commit | 49b9ff3e4ef5b8dcb5c380f9dee29643e6852341 (patch) | |
tree | 0080056ac75d25d1f44f6334de28b4ff0c12eaae | |
parent | 40fc771a519b5abfa44a2ec3a7d77f70f765871f (diff) | |
download | qt-creator-49b9ff3e4ef5b8dcb5c380f9dee29643e6852341.tar.gz |
Doc: Describe previewing localized apps4.10
Fixes: QDS-1216
Change-Id: I222e24151ccf66eb137f355a3a05e60077b80b90
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r-- | doc/images/qtcreator-live-preview.png | bin | 103145 -> 146908 bytes | |||
-rw-r--r-- | doc/src/qtquick/qtquick-live-preview.qdoc | 9 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/images/qtcreator-live-preview.png b/doc/images/qtcreator-live-preview.png Binary files differindex 91d505dce9..9c0a0be397 100644 --- a/doc/images/qtcreator-live-preview.png +++ b/doc/images/qtcreator-live-preview.png diff --git a/doc/src/qtquick/qtquick-live-preview.qdoc b/doc/src/qtquick/qtquick-live-preview.qdoc index 95b01b9fe2..2160a97913 100644 --- a/doc/src/qtquick/qtquick-live-preview.qdoc +++ b/doc/src/qtquick/qtquick-live-preview.qdoc @@ -35,16 +35,15 @@ \title Previewing - You can use the QML live preview to preview a QML file or the entire + You can use the QML live preview to view a QML file or the entire UI on the desktop, as well as on Android and embedded Linux devices. The changes you make to the UI are instantly visible to you in the preview. - \if defined(qtcreator) \image qtcreator-live-preview.png - \else - \image studio-live-preview.png - \endif + + If your application is localized to several languages, you can select them + from the list of languages (1) to test the translations. \list \li \l{Previewing on Desktop} |