aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <[email protected]>2025-04-09 14:29:06 +0200
committerLeena Miettinen <[email protected]>2025-04-09 12:46:49 +0000
commit448db4f47cd7b4435759dd7675bf90ebf58872f9 (patch)
treef5f9a1ed41ea1744e5b20d1bfc56fea6e504cff8
parenteadcb8d6d427164b11636582f4e0a8122ea03e6e (diff)
Doc: Remove information about Qt Design Viewer
It has been tightly coupled with Qt Design Studio and is documented there. Task-number: QTCREATORBUG-32575 Change-Id: I65b48ad8182bcf040c981419a21eba4b7ff0d894 Reviewed-by: Pranta Ghosh Dastider <[email protected]> Reviewed-by: Alessandro Portale <[email protected]> Reviewed-by: Thomas Hartmann <[email protected]>
-rw-r--r--doc/qtcreator/images/qt-design-viewer.pngbin46254 -> 0 bytes
-rw-r--r--doc/qtcreator/src/qtquick/creator-only/qt-design-viewer.qdoc39
2 files changed, 0 insertions, 39 deletions
diff --git a/doc/qtcreator/images/qt-design-viewer.png b/doc/qtcreator/images/qt-design-viewer.png
deleted file mode 100644
index 1c4916036be..00000000000
--- a/doc/qtcreator/images/qt-design-viewer.png
+++ /dev/null
Binary files differ
diff --git a/doc/qtcreator/src/qtquick/creator-only/qt-design-viewer.qdoc b/doc/qtcreator/src/qtquick/creator-only/qt-design-viewer.qdoc
deleted file mode 100644
index 58e3e900ba9..00000000000
--- a/doc/qtcreator/src/qtquick/creator-only/qt-design-viewer.qdoc
+++ /dev/null
@@ -1,39 +0,0 @@
-// Copyright (C) 2024 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \page qt-design-viewer.html
- \previouspage creator-how-tos.html
-
- \ingroup creator-how-to-design
-
- \title Preview UI prototypes in browsers
-
- \image qt-design-viewer.png
-
- Run Qt Quick UI Prototype projects in web browsers, such as Apple Safari,
- Google Chrome, Microsoft Edge, and Mozilla Firefox, with \QDV.
-
- The startup and compilation time depend on your browser and configuration.
- Once started, the application performs the same as when running on the
- desktop.
-
- The .qmlproject configuration file defines the main QML file and the import
- paths. Compress the project folder into a ZIP file that you upload to \QDV.
-
- The loaded applications remain locally in your browser. No data is uploaded
- into the cloud.
-
- To preview an application in a web browser:
-
- \list 1
- \li In the browser, open \l{ https://designviewer.qt.io/}{\QDV}.
- \li Drag your application package to \QDV, or select the load
- icon to browse for your file.
- \endlist
-
- Your application is compiled and run on \QDV.
-
- \sa {Create Qt Quick UI Prototypes}, {Design UIs}{How To: Design UIs},
- {UI Design}
-*/