2020-01-16 16:30:39 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2021-04-21 10:53:47 +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.
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\group gstutorials
|
2021-06-02 17:10:38 +02:00
|
|
|
\previouspage studio-installation.html
|
|
|
|
|
\nextpage creator-quick-tour.html
|
2020-01-16 16:30:39 +01:00
|
|
|
|
2021-06-02 17:10:38 +02:00
|
|
|
\title Your First UI
|
2020-01-16 16:30:39 +01:00
|
|
|
|
|
|
|
|
\image loginui4.gif "Log In UI"
|
|
|
|
|
|
|
|
|
|
You can follow a set of hands-on tutorials that build on each other to
|
2021-04-21 10:53:47 +02:00
|
|
|
illustrate how to use the features of \QDS. Even if you plan to export your
|
2020-01-16 16:30:39 +01:00
|
|
|
designs from a design tool, it is useful to first create a small UI from
|
2021-09-07 18:03:26 +02:00
|
|
|
scratch to learn to use \QDS. In particular, \e {Log In UI - Components}
|
|
|
|
|
describes the terms and concepts that you will run into when exporting
|
|
|
|
|
designs with \QB.
|
2020-01-16 16:30:39 +01:00
|
|
|
|
|
|
|
|
Before you start, take a look at the following topics to familiarize
|
2021-04-21 10:53:47 +02:00
|
|
|
yourself with the parts of \QDS in general, and the \uicontrol Design
|
|
|
|
|
mode in particular: \l{User Interface} and \l{Design Views}.
|
2020-01-16 16:30:39 +01:00
|
|
|
|
|
|
|
|
In addition to these entry-level tutorials, \QDS comes with examples
|
|
|
|
|
and video tutorials that you can open from the \uicontrol Examples and
|
|
|
|
|
\uicontrol Tutorials tabs in the \uicontrol Welcome mode. For more
|
|
|
|
|
information, see \l {Examples and Tutorials}.
|
|
|
|
|
*/
|