summaryrefslogtreecommitdiff
path: root/doc/qtdesignstudio/src/overviews/qt-design-viewer.qdoc
blob: 1120bc6106853a84dd6af1c02012a5d4dc7d1c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page qt-design-viewer.html
    \previouspage creator-live-preview-android.html
    \nextpage design-viewer-single-page-navigation.html

    \title Sharing Applications Online

    \image qt-design-viewer.webp

    In \QDS, you can share your applications in most widely-used web browsers,
    such as Apple Safari, Google Chrome, Microsoft Edge, and Mozilla Firefox,
    on the desktop and on mobile devices.

    The application shared online runs in Qt Design Viewer, which is a QML
    viewer that runs in your web browser.

    The startup and compilation time depend on your browser and configuration.
    However, the actual performance of the application once started is
    indistinguishable from the same application running on the desktop.

    The loaded applications remain locally in your browser. No data is uploaded
    into the cloud.

    \section1 Sharing your Application Online

    To share your \QDS application online:

    \list 1
      \li Open the application in \QDS.
      \li Select \uicontrol File > \uicontrol {Share Application Online}.
      \li Optionally, select \uicontrol {Protect with password}, and enter a password to prevent
      unauthorized viewing of the application.
      \note If you share the same application again, you must set the password
      again. Otherwise, the application is not password protected any longer.
      \li Select \uicontrol Share.
      \image share-online.webp
    \endlist

    You can now open the application in a web
    browser, copy the link to share with others, or manage your shared
    applications.

    \image share-online-manage.webp

    \section1 Best Practices

    \l {Creating a Single Page Navigation Web Application}
*/