Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
external-resources.qdoc
Go to the documentation of this file.
1
// Copyright (C) 2021 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4
5
/*!
6
\externalpage http://www.y-adagio.com/public/standards/tr_xml_jpf/toc.htm
7
\title XML Japanese Profile
8
*/
9
10
/*!
11
\externalpage https://en.wikipedia.org/wiki/Tamil_Script_Code_for_Information_Interchange
12
\title Tamil Script Code
13
*/
14
15
/*!
16
\externalpage https://www.infitt.org
17
\title Information Technology in Tamil
18
*/
19
20
/*!
21
\externalpage https://www.iso.org/standard/40874.html
22
\title ISO 8601
23
*/
24
25
/*!
26
\externalpage http://www.iana.org/assignments/character-sets/character-sets.xml
27
\title IANA character-sets encoding file
28
*/
29
30
/*!
31
\externalpage https://marcmutz.wordpress.com/effective-qt/containers/#containers-qlist
32
\title Pros and Cons of Using QList
33
*/
34
35
/*!
36
\externalpage https://marcmutz.wordpress.com/effective-qt/containers/
37
\title Understand the Qt Containers
38
*/
39
40
/*!
41
\externalpage https://developer.android.com/training/articles/perf-jni#javavm-and-jnienv
42
\title JNI tips: JavaVM and JNIEnv
43
*/
44
45
/*!
46
\externalpage https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html
47
\title Java Native Interface Specification
48
*/
49
50
/*!
51
\externalpage https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/functions.html
52
\title Java: JNI Functions
53
*/
54
55
/*!
56
\externalpage https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#global_and_local_references
57
\title JNI Design Overview: Global and Local References
58
*/
59
60
/*!
61
\externalpage https://developer.android.com/training/articles/perf-jni#local-and-global-references
62
\title JNI tips: Local and global references
63
*/
64
65
/*!
66
\externalpage https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/invocation.html#attach_current_thread
67
\title Java: AttachCurrentThread
68
*/
69
70
/*!
71
\externalpage https://docs.oracle.com/en/java/javase/13/docs/specs/jni/functions.html#interface-function-table
72
\title Java: Interface Function Table
73
*/
74
75
/*!
76
\externalpage https://doc.qt.io/qtcreator/creator-deploying-android.html#editing-manifest-files
77
\title Qt Creator: Editing Manifest Files
78
*/
79
80
/*!
81
\externalpage https://developer.android.com/topic/performance/anrs/keep-your-app-responsive
82
\title Android: Keep your app responsive
83
*/
84
85
/*!
86
\externalpage https://developer.android.com/training/data-storage/shared/documents-files
87
\title Android: Access documents and other files from shared storage
88
*/
89
90
/*!
91
\externalpage https://developer.android.com/reference/androidx/documentfile/provider/DocumentFile#getParentFile()
92
\title Android: DocumentFile.getParentFile()
93
*/
94
95
/*!
96
\externalpage https://developer.android.com/guide/topics/providers/content-provider-basics#ContentURIs
97
\title Android: Content URIs
98
*/
99
100
/*!
101
\externalpage https://developer.android.com/training/data-storage#scoped-storage
102
\title Android: Scoped storage
103
*/
104
105
/*!
106
\externalpage https://developer.android.com/training/data-storage/use-cases
107
\title Android: storage best practices
108
*/
109
110
/*!
111
\externalpage https://developer.android.com/reference/android/provider/MediaStore
112
\title Android: MediaStore
113
*/
114
115
/*!
116
\externalpage https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
117
\title GNUInstallDirs
118
*/
119
120
/*!
121
\externalpage https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html
122
\title CMAKE_INSTALL_PREFIX
123
*/
124
125
/*!
126
\externalpage https://cmake.org/cmake/help/latest/guide/user-interaction/index.html#command-line-cmake-tool
127
\title Command Line cmake invocation
128
*/
129
130
/*!
131
\externalpage https://cmake.org/cmake/help/latest/envvar/DESTDIR.html
132
\title DESTDIR
133
*/
134
135
/*!
136
\externalpage https://cmake.org/cmake/help/latest/command/install.html#targets
137
\title install(TARGETS)
138
*/
139
140
/*!
141
\externalpage https://cmake.org/cmake/help/latest/command/install.html#script
142
\title install(SCRIPT)
143
*/
144
145
/*!
146
\externalpage https://cmake.org/cmake/help/latest/command/add_subdirectory.html
147
\title add_subdirectory()
148
*/
149
150
/*!
151
\externalpage https://cmake.org/cmake/help/latest/module/FetchContent.html#command:fetchcontent_makeavailable
152
\title FetchContent_MakeAvailable()
153
*/
154
155
/*!
156
\externalpage https://cmake.org/cmake/help/latest/prop_gbl/USE_FOLDERS.html
157
\title USE_FOLDERS
158
*/
159
160
/*!
161
\externalpage https://cmake.org/cmake/help/latest/prop_tgt/FOLDER.html
162
\title FOLDER
163
*/
164
165
/*!
166
\externalpage https://cmake.org/cmake/help/latest/command/cmake_policy.html
167
\title cmake_policy
168
*/
169
170
/*!
171
\externalpage https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html#creating-packages
172
\title Creating CMake packages
173
*/
174
175
/*!
176
\externalpage https://docs.oracle.com/javase/specs/jls/se8/html/jls-10.html
177
\title Java arrays
178
*/
179
180
/*!
181
\externalpage https://developer.android.com/develop/connectivity/bluetooth/bt-permissions
182
\title Android Bluetooth Permissions
183
*/
184
185
/*!
186
\externalpage https://developer.android.com/reference/android/util/Log
187
\title Android: Log
188
*/
189
190
/*!
191
\externalpage https://developer.android.com/ndk/reference/group/logging#__android_log_print
192
\title Android: log_print
193
*/
qtbase
src
corelib
doc
src
external-resources.qdoc
Generated on
for Qt by
1.14.0