Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 http://home.infitt.org
17 \title Information Technology in Tamil
18*/
19
20/*!
21 \externalpage http://www.iso.org/iso/catalogue_detail?csnumber=40874
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/training/articles/perf-anr
82 \title Android: Keeping 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*/