-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
118 lines (118 loc) · 3.22 KB
/
Copy pathdata.json
File metadata and controls
118 lines (118 loc) · 3.22 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
{
"value": {
"title": "Getting Started",
"description": "Hello and welcome to Qt!"
}
},
{
"value": {
"title": "Get and Install Qt",
"description": "You can get Qt, its modules and tools via Qt Online Installer or Qt Maintenance Tool."
},
"items": [
{
"value": {
"title": "Using Qt Online Installer",
"description": "You can download Qt Online Installer via Qt Account."
}
},
{
"value": {
"title": "Using Qt Maintenance Tool",
"description": "Once Qt is installed, you can use Qt Maintenance Tool under <install_dir> to add components and to update or remove installed components."
}
},
{
"value": {
"title": "Building Qt from sources",
"description": "You can also build Qt yourself."
}
}
]
},
{
"value": {
"title": "Create Your First Applications",
"description": "Learn the basics of Qt and Qt Quick development by following the tutorials that illustrate how to use Qt Creator or Qt Design Studio to create simple applications and build and run them on target platforms."
}
},
{
"value": {
"title": "Examples And Tutorials",
"description": "Qt Examples And Tutorials"
},
"items": [
{
"value": {
"title": "Running the Examples",
"description": "Open and run examples within Qt Creator's Welcome mode."
}
},
{
"value": {
"title": "Application Examples",
"description": "Examples that illustrate how to use Qt to create desktop and mobile applications."
}
},
{
"value": {
"title": "Desktop",
"description": "Examples that illustrate how to create desktop applications."
}
},
{
"value": {
"title": "Mobile",
"description": "Examples that illustrate how to create mobile applications."
}
},
{
"value": {
"title": "...",
"description": "...lots of other examples"
}
}
]
},
{
"value": {
"title": "Explore Qt",
"description": "We invite you to explore the rest of Qt."
},
"items": [
{
"value": {
"title": "Reference Documentation",
"description": "The documentation for Qt is available in HTML, PDF and online formats."
},
"items": [
{
"value": {
"title": "Qt Overviews",
"description": "List of topics about application development"
}
},
{
"value": {
"title": "Examples and Tutorials",
"description": "List of code samples and tutorials"
}
},
{
"value": {
"title": "Qt Reference Pages",
"description": "List of C++ and QML APIs"
}
}
]
},
{
"value": {
"title": "Participate in the Qt Community",
"description": "Qt's vibrant and active community site http://qt.io, houses a wiki, a forum, and additional learning guides and presentations."
}
}
]
}
]