aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2022-03-10 10:59:46 +0200
committerMats Honkamaa <mats.honkamaa@qt.io>2022-03-16 12:17:12 +0000
commit7607f6dc069bc0547166aec121c599b445a01da9 (patch)
treee5b596dad326de7e4c0e0e4864873c3a03c77e5a
parentcc51e32b2dcde66b5b265c15761c019483737ba4 (diff)
Doc: Update presets documentation
- Add info about custom presets - Some cleaning up, naming, etc Task-number: QDS-6369 Change-Id: I4c8cd1109111231948c26b04f7706d122e94a9b2 Reviewed-by: Samuel Ghinet <samuel.ghinet@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/qtdesignstudio/images/studio-project-wizards.pngbin98163 -> 104223 bytes
-rw-r--r--doc/qtdesignstudio/src/components/qtquick-mcu-support.qdocinc2
-rw-r--r--doc/qtdesignstudio/src/qtdesignstudio-projects.qdoc64
-rw-r--r--doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-particles.qdoc2
4 files changed, 45 insertions, 23 deletions
diff --git a/doc/qtdesignstudio/images/studio-project-wizards.png b/doc/qtdesignstudio/images/studio-project-wizards.png
index a6cd93f15e..3a329bd16e 100644
--- a/doc/qtdesignstudio/images/studio-project-wizards.png
+++ b/doc/qtdesignstudio/images/studio-project-wizards.png
Binary files differ
diff --git a/doc/qtdesignstudio/src/components/qtquick-mcu-support.qdocinc b/doc/qtdesignstudio/src/components/qtquick-mcu-support.qdocinc
index 87ed1b9566..4b9608fcf3 100644
--- a/doc/qtdesignstudio/src/components/qtquick-mcu-support.qdocinc
+++ b/doc/qtdesignstudio/src/components/qtquick-mcu-support.qdocinc
@@ -34,7 +34,7 @@
development. In this manual, we indicate which components are supported at
the time of writing.
- To develop for MCUs, \l{Using Project Wizards}{create an MCU project}. Only
+ To develop for MCUs, \l{Creating a Project}{create an MCU project}. Only
the components available on MCUs are displayed in \l Components. Only a
subset of properties is supported for the supported components. The
properties that are not available on MCUs are marked in the \l Properties
diff --git a/doc/qtdesignstudio/src/qtdesignstudio-projects.qdoc b/doc/qtdesignstudio/src/qtdesignstudio-projects.qdoc
index 96a392322e..2de6f69cde 100644
--- a/doc/qtdesignstudio/src/qtdesignstudio-projects.qdoc
+++ b/doc/qtdesignstudio/src/qtdesignstudio-projects.qdoc
@@ -37,35 +37,27 @@
Creating a project enables you to:
\list
- \li Group files together
+ \li Group files together.
\li Include \l{UI Files}{UI files} (.ui.qml), component files (.qml),
- and assets files
- \li Specify settings for previewing UIs
+ and assets files.
+ \li Specify settings for previewing UIs.
\endlist
- Setting up a new project in \QDS is aided by a wizard that guides you
- step-by-step through the project creation process. The wizard templates
- prompt you to enter the settings needed for a particular type of project
- and create the necessary files for you.
+ Setting up a new project in \QDS is aided by a wizard with a set of
+ presets that you can choose from. You can adjust project settings and save
+ custom presets. When you create a project, all necessary files are created.
- To test how well your designs work, you can preview the
- UIs on the desktop, embedded Linux devices, or Android devices. For more
- information, see \l{Validating with Target Hardware}.
-
- \image studio-project-wizards.png "A list of project wizards"
-
- You can export designs from other design tools and import them to projects
- or create them from scratch using the following wizard presets:
+ The following presets are available:
\table
\header
\li Category
- \li Wizard Preset
+ \li Preset
\li Purpose
\row
\li Recents
\li
- \li Lists the most recent presets that you have used.
+ \li Lists your most recently used presets.
\row
\li {1,2} General
\li Empty
@@ -100,15 +92,30 @@
\li Launcher
\li Creates a project that uses default components such as rectangles,
images, and text, and defines a launcher application.
+ \row
+ \li Custom
+ \li
+ \li Lists your saved custom presets.
+ \note This tab is not visible if there are no saved custom presets.
\endtable
- \section1 Using Project Wizards
+ \image studio-project-wizards.png "The Create Project wizard"
- To create a new project:
+ To test how well your designs work, you can preview the
+ UIs on the desktop, embedded Linux devices, or Android devices. For more
+ information, see \l{Validating with Target Hardware}.
+
+ You can export designs from other design tools and import them to projects.
+ For more information, see \l{Exporting from Design Tools} and
+ \l{Importing Designs From Other Design Tools}.
+
+ \section1 Creating a Project
+
+ To create a project:
\list 1
\li Select \uicontrol File > \uicontrol {New Project}.
- \li In the \uicontrol Presets tab, select a wizard preset.
+ \li In the \uicontrol Presets tab, select a preset.
\li In the \uicontrol Details tab:
\list
\li Enter a name for the project. Keep in mind that projects
@@ -167,9 +174,24 @@
\uicontrol Assets > \inlineimage icons/plus.png
.
+ \section1 Using Custom Presets
+
+ You can save project settings as custom presets. All saved custom presets
+ are available on the \uicontrol Custom tab in the
+ \uicontrol {Create Project} wizard. You cannot modify custom presets once
+ you have created them.
+
+ To create a custom preset:
+ \list 1
+ \li In the \uicontrol {Create Project} wizard, set the details and style
+ that you want to use.
+ \li Select \uicontrol {Save Custom Preset} and give a name for the custom
+ preset.
+ \endlist
+
\section1 Adding Files to Projects
- You can use wizard templates also to add individual files to projects.
+ You can use wizard templates to add individual files to projects.
The wizard templates in the \uicontrol {Qt Quick Controls} category create
stylable versions of the components in the \uicontrol {Qt Quick Controls}
diff --git a/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-particles.qdoc b/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-particles.qdoc
index e3561b3334..7f81f8f2de 100644
--- a/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-particles.qdoc
+++ b/doc/qtdesignstudio/src/qtquick3d-editor/qtdesignstudio-3d-particles.qdoc
@@ -130,7 +130,7 @@
\li \l {Textures}{Texture} (four instances)
\endlist
- We start by creating a \l{Using Project Wizards}{Qt Quick 3D Application}
+ We start by creating a \l{Creating a Project}{Qt Quick 3D Application}
project and adding the assets to it. We then follow the instructions above
to add the \uicontrol {Particle System} component instance, which provides
us with our first \uicontrol Emitter, \uicontrol {Sprite Particle}, and