2019-07-05 14:14:29 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2020-05-20 13:06:11 +02:00
|
|
|
** Copyright (C) 2020 The Qt Company Ltd.
|
2019-07-05 14:14:29 +02:00
|
|
|
** Contact: https://www.qt.io/licensing/
|
|
|
|
|
**
|
|
|
|
|
** This file is part of the Qt Design Studio documentation.
|
|
|
|
|
**
|
|
|
|
|
** Commercial License Usage
|
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License Usage
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of
|
|
|
|
|
** this file. Please review the following information to ensure
|
|
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
|
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\previouspage creator-live-preview-desktop.html
|
|
|
|
|
\page creator-live-preview-devices.html
|
2021-12-09 11:35:00 +02:00
|
|
|
\if defined(qtdesignstudio)
|
|
|
|
|
\nextpage creator-live-preview-android.html
|
|
|
|
|
\else
|
2019-10-23 15:31:30 +02:00
|
|
|
\nextpage qt-design-viewer.html
|
2021-12-09 11:35:00 +02:00
|
|
|
\endif
|
2019-07-05 14:14:29 +02:00
|
|
|
\title Previewing on Devices
|
|
|
|
|
|
|
|
|
|
To preview UIs on Android devices, you need to enable USB debugging on them
|
|
|
|
|
and connect them to your system with a USB cable.
|
2021-09-08 14:49:14 +02:00
|
|
|
|
2020-05-20 13:06:11 +02:00
|
|
|
To preview UIs on Boot2Qt devices, you need to connect the devices to your
|
2019-07-05 14:14:29 +02:00
|
|
|
system with a USB cable, or a wired or wireless connection, depending on
|
|
|
|
|
the device, and configure connections to them. The necessary kits have been
|
|
|
|
|
predefined and you only need to enable them for your current project.
|
|
|
|
|
|
|
|
|
|
\e {Deploy configurations} handle the packaging and copying of the
|
|
|
|
|
necessary files to a location in a device where you want to run the
|
|
|
|
|
executable at.
|
|
|
|
|
|
|
|
|
|
To preview a UI on a device:
|
|
|
|
|
|
|
|
|
|
\list 1
|
|
|
|
|
\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
|
|
|
|
|
\li Select \uicontrol Build > \uicontrol {QML Preview} or
|
|
|
|
|
press \key {Alt+P}.
|
|
|
|
|
\endlist
|
|
|
|
|
|
|
|
|
|
\section2 Previewing on Android Devices
|
|
|
|
|
|
|
|
|
|
The USB debugging feature on Android devices enables creating connections
|
2021-09-08 14:49:14 +02:00
|
|
|
to the devices from \QDS and running the preview utility on them.
|
2019-07-05 14:14:29 +02:00
|
|
|
|
|
|
|
|
Debugging is enabled in different ways on different Android devices.
|
|
|
|
|
Look for \uicontrol {USB Debugging} under \uicontrol {Developer Options}.
|
|
|
|
|
On some devices \uicontrol {Developer Options} is hidden and becomes visible
|
|
|
|
|
when you tap the \uicontrol {Build number} field in \uicontrol Settings >
|
|
|
|
|
\uicontrol About several times.
|
|
|
|
|
|
|
|
|
|
After you have enabled debugging, connect the Android device to the system
|
|
|
|
|
with a USB cable.
|
|
|
|
|
|
|
|
|
|
The first time you preview a UI on devices, the preview utility
|
|
|
|
|
is copied to them. This might take some time. Thereafter, previewing will
|
|
|
|
|
get faster, because only the UI files need to be copied to the
|
|
|
|
|
device.
|
|
|
|
|
|
2020-05-20 13:06:11 +02:00
|
|
|
\section2 Previewing on Boot2Qt Devices
|
2019-07-05 14:14:29 +02:00
|
|
|
|
2022-04-07 12:45:21 +02:00
|
|
|
You can preview UIs on Boot2Qt devices. For a list of supported devices, see
|
|
|
|
|
\l{https://doc.qt.io/Boot2Qt/qtdc-supported-platforms.html}
|
|
|
|
|
{Boot2Qt: Supported Target Devices and Development Hosts}.
|
2019-07-05 14:14:29 +02:00
|
|
|
|
|
|
|
|
You must configure the device as instructed in the
|
2022-04-07 12:45:21 +02:00
|
|
|
\l{https://doc.qt.io/Boot2Qt/b2qt-installation-guides.html}
|
|
|
|
|
{Boot2Qt: Installation Guides}.
|
2019-07-05 14:14:29 +02:00
|
|
|
|
|
|
|
|
\note At the time of this writing, \macos is not supported as a development
|
2022-04-07 12:45:21 +02:00
|
|
|
host for Boot2Qt. This means that you cannot preview UIs on
|
|
|
|
|
devices if you are using \QC on \macos. For more information, see
|
|
|
|
|
\l {https://doc.qt.io/Boot2Qt/qtdc-supported-platforms.html#supported-development-hosts}
|
|
|
|
|
{Boot2Qt: Supported Development Hosts}.
|
2019-07-05 14:14:29 +02:00
|
|
|
*/
|