C

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.

Available under certain Qt licenses.
Find out more.