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
A singleton QML type for controlling bluetooth settings |
Qt Display Settings Module
A singleton QML type for controlling display settings |
Qt Local Device Settings Module
Singleton QML type providing access to utility functions |
Qt Locale Settings Module
Provides a filtered model for the available locales | |
A singleton QML type for managing the system locale |
Qt Network Settings Module
Represents a network interface | |
Represents a network service | |
Encapsulates IPv4 network configuration | |
Encapsulates IPv6 network configuration | |
A singleton QML type for managing network settings | |
Encapsulates network proxy configuration | |
Encapsulates configuration for a Wifi network service |
Qt Settings UI Module
Provides a QML type for displaying a system-wide settings UI |
Qt Time and Date Settings Module
A singleton QML type for managing the system date and time | |
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.