2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2021 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
2020-01-16 16:30:39 +01:00
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\previouspage index.html
|
|
|
|
|
\page studio-getting-started.html
|
2021-06-02 09:21:03 +02:00
|
|
|
\nextpage studio-installation.html
|
2020-01-16 16:30:39 +01:00
|
|
|
|
|
|
|
|
\title Getting Started
|
|
|
|
|
|
2021-06-02 17:10:38 +02:00
|
|
|
\table
|
|
|
|
|
\row
|
2023-06-09 09:25:41 +03:00
|
|
|
\li \image qds-front-gs.png
|
2021-06-02 17:10:38 +02:00
|
|
|
\li When you install \QDS, everything you need to start wireframing
|
|
|
|
|
and prototyping UIs is installed and set up for you. You can
|
|
|
|
|
move directly to learning about how to use the different \QDS
|
|
|
|
|
views and menus and how to create a project that will contain
|
|
|
|
|
your UI. Then, you can open examples and follow tutorials to
|
|
|
|
|
create your first wireframe, prototype, and production-ready
|
|
|
|
|
UI.
|
|
|
|
|
\endtable
|
2020-01-16 16:30:39 +01:00
|
|
|
|
|
|
|
|
\list
|
2021-06-02 09:21:03 +02:00
|
|
|
\li \l {Installation}
|
|
|
|
|
|
|
|
|
|
\QDS is available either as a standalone installation package or
|
|
|
|
|
as an option in the Qt online installer.
|
2021-11-30 15:27:06 +02:00
|
|
|
\li \l {Tutorials}
|
2020-01-16 16:30:39 +01:00
|
|
|
|
2021-11-30 15:27:06 +02:00
|
|
|
Follow a set of hands-on tutorials that illustrate how to use the
|
|
|
|
|
features of \QDS.
|
2020-01-16 16:30:39 +01:00
|
|
|
\li \l {User Interface}
|
|
|
|
|
|
|
|
|
|
Describes the parts and basic features of \QDS.
|
2021-06-02 17:10:38 +02:00
|
|
|
\li \l {Creating Projects}
|
2020-01-16 16:30:39 +01:00
|
|
|
|
2021-06-02 17:10:38 +02:00
|
|
|
To wireframe or prototype an application, you need a project.
|
|
|
|
|
Setting up a new project in \QDS is aided by a wizard that
|
|
|
|
|
guides you step-by-step through the project creation process,
|
|
|
|
|
creates the necessary files, and specifies settings depending
|
|
|
|
|
on the choices you make.
|
2020-01-16 16:30:39 +01:00
|
|
|
|
2021-06-02 17:10:38 +02:00
|
|
|
You can use wizards to create projects for the desktop or embedded
|
|
|
|
|
Linux and Android devices. In addition, you can add individual QML
|
|
|
|
|
files, components, and JavaScript files to your projects.
|
|
|
|
|
\li \l {Use Cases}
|
2020-10-26 10:27:22 +02:00
|
|
|
|
2021-06-02 17:10:38 +02:00
|
|
|
Describes the main use cases of \QDS at a general level.
|
|
|
|
|
\li \l{Concepts and Terms}
|
|
|
|
|
|
|
|
|
|
Describes main \QDS concepts and terms.
|
2021-11-30 15:27:06 +02:00
|
|
|
\li \l{Examples}
|
2021-06-02 17:10:38 +02:00
|
|
|
|
|
|
|
|
A set of examples available in the \uicontrol Welcome mode
|
|
|
|
|
illustrates how to use \QDS features such as the timeline.
|
|
|
|
|
If you would rather be shown things than read about them,
|
|
|
|
|
you can watch our extensive video tutorials.
|
2020-01-16 16:30:39 +01:00
|
|
|
\endlist
|
|
|
|
|
*/
|