aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2023-10-18 15:31:42 +0300
committerMats Honkamaa <mats.honkamaa@qt.io>2023-12-08 10:56:26 +0000
commitf03b1cd53b5d5e9ab2d4d86ed2b8104c1ea707e5 (patch)
treee32d24084728cc488b074654e066754e0e33367e /doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
parent5f26d1e4eb5096867137e76bf31fb7b5152a73be (diff)
Doc: Clarify previewing on device instructions
Task-number: QDS-10228 Change-Id: Ic5fd9abd26e996e3201ca5fac062e6d593e8609f Reviewed-by: Tanja Remes <tanja.remes@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Diffstat (limited to 'doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc')
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc15
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc b/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
index 8e527264d5..f84285718f 100644
--- a/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
@@ -23,17 +23,24 @@
necessary files to a location in a device where you want to run the
executable at.
+ \note To preview on a wirelessly connected device, select \preferences > \uicontrol Devices
+ and connect the device.
+
To preview a UI on a device:
\list 1
+ \if defined(qtcreator)
\li In \uicontrol Projects > \uicontrol {Build & Run}, enable the kit
predefined for the device type (1).
\li Select the kit for the device in the kit selector (2).
- \if defined(qtcreator)
\image qtcreator-live-preview-kit.png
- \else
- \image studio-kit-selector.png "Kit selector"
- \endif
+ \else
+ \li In the bottom toolbar, select \inlineimage icons/settings.png
+ and enable the kit predefined for the device type.
+ \image design-studio-kit-selection.webp.
+ \li Select the kit for the device in the bottom toolbar.
+ \image design-studio-select-kit.webp
+ \endif
\li Select \uicontrol Build > \uicontrol {QML Preview} or
press \key {Alt+P}.
\endlist