From 03b3e6fd62ff9e9a80212a313340e0a0c2f0135f Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Mon, 4 Sep 2017 11:55:21 +0300 Subject: Add a wifi example The WiFi tutorial linked to NetworkSettings module and NetworkSettingsManager QML type. Added a section Tutorial and Example Code to a module reference page. It contains a link to WiFi tutorial and provides the Settings UI Git repository as an additional example code for Qt Device Utilities. Task-number: QTBUG-56694 Change-Id: Ib6c6a446fd36530525d521e5d568ec154d58a63d Reviewed-by: Leena Miettinen Reviewed-by: Teemu Holappa --- src/imports/networksettings/plugin.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/imports') diff --git a/src/imports/networksettings/plugin.cpp b/src/imports/networksettings/plugin.cpp index 2a67657..665cb6a 100644 --- a/src/imports/networksettings/plugin.cpp +++ b/src/imports/networksettings/plugin.cpp @@ -54,6 +54,9 @@ import QtDeviceUtilities.NetworkSettings 1.0 \endcode + \l{Qt Device Utilities WiFi Tutorial} demonstrates how you can use + \l{QtDeviceUtilities.NetworkSettings}{NetworkSettings} for connecting to WiFi. + \note Some functions may not be available on all of the platforms. \section1 QML Types @@ -66,6 +69,9 @@ There is no need to create an instance of this object. To use it, simply import the \c {QtDeviceUtilities.NetworkSettings} module. + + \l{Qt Device Utilities WiFi Tutorial} demonstrates how you can use + \l{NetworkSettingsManager} for connecting to WiFi. */ /*! -- cgit v1.2.3