C

Qt Device Utilities 5.9.5

The Boot to Qt stack in Qt for Device Creation includes a number of additional modules that are useful for embedded applications.

Modules

QtDeviceUtilities.BluetoothSettings

Provides a singleton QML type for controlling bluetooth settings

QtDeviceUtilities.DisplaySettings

Provides a singleton QML type for controlling display settings

QtDeviceUtilities.LocalDeviceSettings

A collection of local device related utility functions

QtDeviceUtilities.LocaleSettings

Provides singleton QML types for controlling locale settings

QtDeviceUtilities.NetworkSettings

Provides singleton QML types for controlling network settings

QtDeviceUtilities.SettingsUI

Provides a system-wide settings UI

QtDeviceUtilities.TimeDateSettings

Provides singleton QML types for controlling date and time settings

QML Types

Bluetooth Settings

BtDevice

A singleton QML type for controlling bluetooth settings

Display Settings

DisplaySettings

A singleton QML type for controlling display settings

Local Device Settings

LocalDevice

Singleton QML type providing access to utility functions

Locale Settings

LocaleFilter

Provides a filtered model for the available locales

LocaleManager

A singleton QML type for managing the system locale

Network Settings

NetworkSettingsManager

A singleton QML type for managing network settings

NetworkSettingsIPv4

Encapsulates IPv4 network configuration

NetworkSettingsIPv6

Encapsulates IPv6 network configuration

NetworkSettingsProxy

Encapsulates network proxy configuration

NetworkSettingsWireless

Encapsulates configuration for a Wifi network service

NetworkInterface

Represents a network interface

NetworkService

Represents a network service

Time and Date Settings

TimeManager

A singleton QML type for managing the system date and time

TimezonesFilter

Provides a filtered model for the available time zones

Settings UI

SettingsUI

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

Tutorial and Example Code

Qt Device Utilities WiFi Tutorial demonstrates how you can use the NetworkSettings module for connecting to WiFi.

The source code of Qt Device Utilities is availabe via a public Git repository. For more information, see Device Utilities Git Repository.

You find the Qt Device Utilities module sources under http://code.qt.io/cgit/qt/qtdeviceutilities.git/tree/src. Especially, the sources of Settings UI provide examples of how to use Qt Device Utilities.

Available under certain Qt licenses.
Find out more.