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
qtpositioning-qml.qdoc
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule QtPositioning
6 \title Qt Positioning QML Types
7 \ingroup qmlmodules
8 \brief Provides QML types for position information.
9
10 The identifying string for this module is \e QtPositioning. To use the QML
11 from this module, include the following import statement in the QML file:
12
13 \qml
14 import QtPositioning
15 \endqml
16
17 \section1 Value Types
18
19 \generatelist qmlvaluetypesbymodule QtPositioning
20
21 \section1 Object Types
22
23 \generatelist qmltypesbymodule QtPositioning
24 \noautolist
25*/