2020-01-16 16:30:39 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2020-05-28 12:06:16 +02:00
|
|
|
** Copyright (C) 2020 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
|
|
|
|
|
\nextpage qtbridge-overview.html
|
|
|
|
|
|
|
|
|
|
\title Getting Started
|
|
|
|
|
|
2020-11-26 10:55:37 +01:00
|
|
|
Typically, you as a designer would design a UI using imaging and design
|
|
|
|
|
tools, such as Adobe Photoshop, Sketch, Blender, or Maya, and then send your
|
|
|
|
|
design to a developer for implementation. With the \QB export tool,
|
2020-01-16 16:30:39 +01:00
|
|
|
you can convert 2D assets into \l {Qt Quick} files. You can use the export
|
|
|
|
|
functionality of 3D graphics tools to save your 3D assets in a format
|
2020-11-26 10:55:37 +01:00
|
|
|
supported by \QDS. You can import the 2D and 3D assets into \QDS for
|
2020-01-16 16:30:39 +01:00
|
|
|
editing, before you submit the UI to the developer for adding the
|
|
|
|
|
functionality to the application.
|
|
|
|
|
|
|
|
|
|
The following image describes the workflow using \QBPS and \QDS:
|
|
|
|
|
|
|
|
|
|
\image studio-workflow.png
|
|
|
|
|
|
|
|
|
|
The workflow consists of the following steps:
|
|
|
|
|
|
|
|
|
|
\list 1
|
2020-11-26 10:55:37 +01:00
|
|
|
\li Export your design from a design tool.
|
|
|
|
|
\li Create a project in \QDS and import your design to it.
|
2020-01-16 16:30:39 +01:00
|
|
|
\li Create reusable components in the Design mode.
|
2021-01-12 16:19:06 +01:00
|
|
|
\li Animate your design with the transition editor or timeline and
|
|
|
|
|
easing curve editor.
|
2020-01-16 16:30:39 +01:00
|
|
|
\li Create interactions using states and connections.
|
|
|
|
|
\li Preview your design in real time, on the desktop or on a mobile
|
|
|
|
|
or an embedded device.
|
|
|
|
|
\endlist
|
|
|
|
|
|
2021-01-12 16:19:06 +01:00
|
|
|
For more information, watch a video that shows how to perform the tasks
|
|
|
|
|
above:
|
|
|
|
|
|
|
|
|
|
\youtube pEETxSxYazg
|
|
|
|
|
|
|
|
|
|
\section1 First Steps
|
|
|
|
|
|
2020-01-16 16:30:39 +01:00
|
|
|
The following topics contain information that you'll need to find your
|
|
|
|
|
way around \QDS:
|
|
|
|
|
|
|
|
|
|
\list
|
2020-11-26 10:55:37 +01:00
|
|
|
\li \l {Exporting from Design Tools}
|
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
|
|
|
|
|
files that you can import to projects in \QDS.
|
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
|
|
|
|
|
*/
|