2020-01-16 16:30:39 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2021-05-18 09:52:44 +02:00
|
|
|
** Copyright (C) 2021 The Qt Company Ltd.
|
2020-01-16 16:30:39 +01:00
|
|
|
** Contact: https://www.qt.io/licensing/
|
|
|
|
|
**
|
|
|
|
|
** This file is part of the Qt Design Studio documentation.
|
|
|
|
|
**
|
|
|
|
|
** Commercial License Usage
|
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License Usage
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of
|
|
|
|
|
** this file. Please review the following information to ensure
|
|
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
|
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\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-05-18 09:52:44 +02:00
|
|
|
The following topics contain information that you'll need to get started
|
|
|
|
|
with \QDS:
|
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-05-18 09:52:44 +02:00
|
|
|
\li \l {Exporting and Importing}
|
2020-01-16 16:30:39 +01:00
|
|
|
|
2020-11-26 10:55:37 +01:00
|
|
|
Describes how to export designs containing 2D and 3D assets into
|
2021-05-18 09:52:44 +02:00
|
|
|
files that you can import to projects in \QDS, how to import them,
|
|
|
|
|
and how to export them from \QDS back to the metadata format.
|
2020-01-16 16:30:39 +01:00
|
|
|
\li \l {User Interface}
|
|
|
|
|
|
|
|
|
|
Describes the parts and basic features of \QDS.
|
2021-02-22 18:21:47 +01:00
|
|
|
\li \l{Design Views}
|
2020-01-16 16:30:39 +01:00
|
|
|
|
2020-11-26 10:55:37 +01:00
|
|
|
Describes the views and basic features of the Design mode.
|
2020-05-28 12:06:16 +02:00
|
|
|
This is where you'll do most of your work.
|
2020-01-16 16:30:39 +01:00
|
|
|
\li \l {Tutorials}
|
|
|
|
|
|
|
|
|
|
Describes how to use \QDS to create a simple animated UI with some
|
|
|
|
|
basic UI components, such as pages, buttons, and fields. Some of
|
|
|
|
|
the buttons can be used for moving between the pages.
|
2020-10-26 10:27:22 +02:00
|
|
|
\li \l {Qt Quick Best Practices}
|
|
|
|
|
|
|
|
|
|
Describes how to create UIs that work efficiently on the intended
|
|
|
|
|
platforms.
|
2020-01-16 16:30:39 +01:00
|
|
|
\endlist
|
|
|
|
|
*/
|