C

Qt Device Utilities: Network Settings

Provides singleton QML types for controlling network settings in an embedded device.QAbstractItemModel

Import the module as follows:

import QtDeviceUtilities.NetworkSettings 1.0

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

Note: Some functions may not be available on all of the platforms.

QML Types

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

Available under certain Qt licenses.
Find out more.