aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/external-resources.qdoc
blob: 091df193a5676ec0a062a001574fd98e994f9fb5 (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
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \externalpage https://www.ecma-international.org/publications-and-standards/standards/ecma-262/
    \title ECMA-262
*/

/*!
    \externalpage https://www.w3schools.com/jsref/default.asp
    \title W3Schools JavaScript Reference
*/

/*!
    \externalpage https://tc39.es/ecma262/#sec-date-objects
    \title ECMAScript Specification of Date
*/

/*!
    \externalpage https://www.qt.io/product/testing-tools#squish
    \title Squish GUI Test Automation Tool
*/
/*!
    \externalpage https://doc.qt.io/GammaRay
    \title GammaRay Manual
*/
/*!
    \externalpage https://doc.qt.io/QtQmlLive
    \title QmlLive Manual
*/
/*!
    \externalpage https://doc.qt.io/qtcreator/creator-debugging-qml.html
    \title Qt Creator: QML Debugger
*/
/*!
    \externalpage https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html
    \title Qt Creator: QML Profiler
*/
/*!
    \externalpage https://doc.qt.io/qtcreator/creator-live-preview-desktop.html
    \title Qt Creator: QML Preview On Desktop
*/
/*!
    \externalpage https://fontawesome.com/
    \title Font Awesome
*/
/*!
    \externalpage https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
    \title Nullish Coalescing
*/
/*!
    \externalpage https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
    \title Optional Chaining
*/

/*!
    \externalpage https://cmake.org/cmake/help/latest/command/install.html#files
    \title install(FILES)
*/
/*!
    \externalpage https://developer.android.com/reference/android/view/View
    \title Android: View
*/
/*!
    \externalpage https://developer.android.com/reference/java/security/InvalidParameterException
    \title Android: InvalidParameterException
*/
/*!
    \externalpage https://developer.android.com/reference/java/lang/ClassCastException
    \title Android: ClassCastException
*/