blob: 5be29630fd9d8fbe887ef1d869d2bfd32d8c4fb8 (
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page index.html
\nextpage vscodeext-how-to-install.html
\title \QVSC
\raw HTML
<style>
.main-navigation table { table-layout: fixed; }
.main-navigation table tr:first-child { text-align: center; background: none; }
</style>
\endraw
\div {class="main-navigation"}
\table borderless 100%
\row
\li \inlineimage installation.png
\li \inlineimage getting-started.png
\li \inlineimage tutorials.png
\row
\li \b {INSTALLATION}
Install \QVSC from VS Code.
\l {Installation}
\li \b {GETTING STARTED}
Get started with developing Qt applications with VS Code.
\l{Getting started}
\li \b {TUTORIALS}
Learn how to develop Qt and Qt Quick applications with \QVSC.
\l{Tutorials}
\endtable
\enddiv
\section1 About
Develop Qt and Qt Quick applications for the desktop and WebAssembly with
VS Code.
To learn more about \QVSC, see \l {Overview}.
\b {HOW TO}
\raw HTML
<style>
.link-list table { table-layout: fixed; }
.link-list table, .link-list table tr:first-child { background: none; border: none; }
</style>
\endraw
\div {class="link-list"}
\table 100%
\row
\li \inlineimage demo-32x32.png
\li \inlineimage build-32x32.png
\li \inlineimage web-32x32.png
\row
\li Develop Qt applications
\generatelist vscodeext-how-to-cpp
\li Develop Qt Quick applications
\generatelist vscodeext-how-to-qml
\li Develop for WebAssembly
\generatelist vscodeext-how-to-wasm
\endtable
\enddiv
*/
|