Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtlabs-modules.qdoc
Go to the documentation of this file.
1// Copyright (C) 2026 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page qtlabs-modules.html
6\title Qt.labs experimental modules
7\brief Lists the modules in the Qt.labs namespace.
8
9Qt provides a set of experimental modules in the \c {Qt.labs} namespace.
10These modules are intended for testing new features and APIs before they are
11stabilized and moved to the main Qt namespace.
12
13\c {Qt.labs} modules are experimental and may be removed in future releases. They
14are not subject to any compatibility guarantee, and their API may change without
15deprecation. Use them at your own risk.
16
17\list
18\li \l {Qt Labs FolderListModel QML Types}{Qt.labs.folderlistmodel} -
19 Provides a model of the contents of a file system folder.
20\li \l {Qt Labs Synchronizer QML Types}{Qt.labs.synchronizer} -
21 Synchronizes values between two or more properties.
22\li \l {Qt Qml Models experimental QML Types}{Qt.labs.qmlmodels} -
23 Provides experimental QML types related to data models.
24\li \e Deprecated \l {Qt Labs Settings QML Types}{Qt.labs.settings} -
25 Provides a way to store and retrieve application settings.
26\endlist
27
28*/