summaryrefslogtreecommitdiffstats
path: root/src/imports/networksettings/plugin.cpp
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2017-09-04 11:55:21 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2017-09-07 09:25:17 +0000
commit03b3e6fd62ff9e9a80212a313340e0a0c2f0135f (patch)
treee44c5da1f775ace3c5be6c38f1c608d73d07ceae /src/imports/networksettings/plugin.cpp
parent43e4b847851afc5d00664a9e88ef825ca9fedd02 (diff)
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 <riitta-leena.miettinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/imports/networksettings/plugin.cpp')
-rw-r--r--src/imports/networksettings/plugin.cpp6
1 files changed, 6 insertions, 0 deletions
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.
*/
/*!