Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qmlworkerscript.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 \qmlmodule QtQml.WorkerScript
6 \title Qt QML WorkerScript QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for worker scripts.
9 \since 5.14
10
11 This QML module contains types for using worker scripts.
12
13 To use the types in this module, import the module with the following line:
14
15 \qml
16 import QtQml.WorkerScript
17 \endqml
18*/