forked from qt-creator/qt-creator
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
9985489
commit 7c5bdef
Showing
21 changed files
with
103 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
doc/qtdesignstudio/src/how-to/qtdesignstudio-run-project.qdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// Copyright (C) 2025 The Qt Company Ltd. | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only | ||
|
||
/*! | ||
\page studio-run-project.html | ||
\previouspage studio-live-preview.html | ||
\nextpage studio-live-preview-desktop.html | ||
|
||
\title Running a \QDS project | ||
|
||
To run a project created with \QDS: | ||
|
||
\list 1 | ||
\li Open the project with \QDS. | ||
\li Select \uicontrol Run dropdown from the top toolbar and select | ||
\uicontrol {Run App}. | ||
\li Select \imagerunproject. | ||
\image studio-run-project.webp {Run a \QDS project} | ||
|
||
\note Alternatively, select \key {Ctrl+R}. | ||
\endlist | ||
|
||
|
||
|
||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters