Qt Device Utilities QML Types

The QML types in the Qt Device Utilities modules can be imported into your application using the following import statements in your .qml file:

import QtDeviceUtilities.BluetoothSettings 1.0
import QtDeviceUtilities.DisplaySettings 1.0
import QtDeviceUtilities.LocalDeviceSettings 1.0
import QtDeviceUtilities.LocaleSettings 1.0
import QtDeviceUtilities.NetworkSettings 1.0
import QtDeviceUtilities.SettingsUI 1.0
import QtDeviceUtilities.TimeDateSettings 1.0

QML Types

Qt Bluetooth Settings Module

BtDevice

A singleton QML type for controlling bluetooth settings

Qt Display Settings Module

DisplaySettings

A singleton QML type for controlling display settings

Qt Local Device Settings Module

LocalDevice

Singleton QML type providing access to utility functions

Qt Locale Settings Module

LocaleFilter

Provides a filtered model for the available locales

LocaleManager

A singleton QML type for managing the system locale

Qt Network Settings Module

NetworkInterface

Represents a network interface

NetworkService

Represents a network service

NetworkSettingsIPv4

Encapsulates IPv4 network configuration

NetworkSettingsIPv6

Encapsulates IPv6 network configuration

NetworkSettingsManager

A singleton QML type for managing network settings

NetworkSettingsProxy

Encapsulates network proxy configuration

NetworkSettingsWireless

Encapsulates configuration for a Wifi network service

Qt Settings UI Module

SettingsUI

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

Qt Time and Date Settings Module

TimeManager

A singleton QML type for managing the system date and time

TimezonesFilter

Provides a filtered model for the available time zones

© 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.