blob: c8b81013994c5e41a667c02efbff7d2fe05b44d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt-edu-for-developers.html
\title Qt Edu for Developers
//! [intro]
\e {Qt Edu for Developers} gives you access to developing with Qt’s full
C++ and QML frameworks, as well as its Python bindings. Developing on
embedded systems is possible with Raspberry Pi and a selection of microcontroller
(MCU) boards as the target platform. This package also includes
\l {Qt Design Studio Manual}{Qt Design Studio} for designing user interfaces.
//! [intro]
These instructions walk you through the installation of the Qt Edu for
Developers package.
\include qt-edu-steps.qdocinc {qt-edu-common-steps} {Qt}
\image qt-edu-install-qt.png
If you are new to Qt, we recommend selecting the latest available version
of \uicontrol {Qt for desktop development}. This installs everything you
need for developing desktop applications with Qt. The installation may
always be modified later with the \e {maintenance tool}, located in Qt's
installation folder.
Select \uicontrol {Next}.
\include qt-edu-steps.qdocinc qt-edu-license-agreement
\section1 9. Finish the installation
Select \uicontrol {Install} to start the installation process.
Once installation is complete, you'll see the following screen:
\image qt-edu-install-finish-qt.png
Select \uicontrol {Finish} to exit the installer.
\section1 10. Open \QC
By default, \e {\QC} opens automatically after closing the installer.
\image qt-edu-creator-welcome.png
You can also find it in Qt's installation folder:
\image qt-edu-creator-open.png
\b {Now you're ready to start developing applications with Qt!}
Start learning at \l {Qt Academy}.
*/
|