Qt 6.x
The Qt SDK
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 \externalpage https://www.ecma-international.org/publications-and-standards/standards/ecma-262/
6 \title ECMA-262
7*/
8
9/*!
10 \externalpage https://www.w3schools.com/jsref/default.asp
11 \title W3Schools JavaScript Reference
12*/
13
14/*!
15 \externalpage https://tc39.es/ecma262/#sec-date-objects
16 \title ECMAScript Specification of Date
17*/
18
19/*!
20 \externalpage https://www.qt.io/product/testing-tools#squish
21 \title Squish GUI Test Automation Tool
22*/
23/*!
24 \externalpage https://doc.qt.io/GammaRay
25 \title GammaRay Manual
26*/
27/*!
28 \externalpage https://doc.qt.io/QtQmlLive
29 \title QmlLive Manual
30*/
31/*!
32 \externalpage https://doc.qt.io/qtcreator/creator-debugging-qml.html
33 \title Qt Creator: QML Debugger
34*/
35/*!
36 \externalpage https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html
37 \title Qt Creator: QML Profiler
38*/
39/*!
40 \externalpage https://fontawesome.com/
41 \title Font Awesome
42*/
43/*!
44 \externalpage https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
45 \title Nullish Coalescing
46*/
47/*!
48 \externalpage https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining
49 \title Optional Chaining
50*/
51
52/*!
53 \externalpage https://cmake.org/cmake/help/latest/command/install.html#files
54 \title install(FILES)
55*/