Files
qt-creator/doc/qtdesignstudio/src/overviews/qtquick-live-preview.qdoc
Pranta Dastider 43f9c2abbc QmlDesigner: Update the documentation for Run dropdown and Qt UI viewer
The Run dropdown button is a new inclusion which has
changed the way how applications can be run or preview
in Qt Design Studio. This document updates the basic
idea of that across a few documents. It also updates
the old Qt UI viewer document to include the new way
of intracting with the Android app and Qt design studio.

Fixes: QDS-13920
Fixes: QDS-14311
Fixes: QDS-13918
Change-Id: I66d3bdbf147c750f59d5521878015d6a8a7c0c92
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
2025-02-07 10:51:49 +00:00

40 lines
1.4 KiB
Plaintext

// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page studio-live-preview.html
\previouspage quick-states.html
\nextpage studio-live-preview-desktop.html
\title Validating with target hardware
Preview a UI file or the entire UI on the desktop, as well as on embedded
Linux devices to instantly view the changes you make to the UI. On Android
devices, the preview shows the snapshot of your project from the moment
you start the preview on the device, not your changes.
\image studio-live-preview.webp Live preview of the application
Or, use \QDV to run applications in most widely-used web browsers on the
desktop and in mobile devices and share your designs with reviewers who
don't have \QDS.
To learn more follow the topics below:
\list
\li \l{Running a \QDS project}
{Run a project created with \QDS}.
\li \l{Previewing on desktop}
{Preview individual QML files or the whole UI}.
\li \l{Previewing on devices}
{Connect your devices to your computer}.
\li \l{Sharing applications online}
{Share applications online and view them in a web browser}.
\li \l{Viewing applications on Android}
{Preview \QDS projects with \QUV on an Android device}.
\endlist
*/