SettingsUI QML Type

Provides a QML type for displaying a system-wide settings UI. More...

Import Statement: import QtDeviceUtilities.SettingsUI 1.0

Detailed Description

With the SettingsUI type, applications can easily integrate a standard, system-wide settings view into their user interface.

For example:

import QtQuick 2.6
import QtDeviceUtilities.SettingsUI 1.0

SettingsUI {
    id: settingsUI
    anchors.fill: parent
}

There is no need to import the various DeviceUtilities.* modules and to declare a custom settings UI, unless specifically required.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.