summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/bluetoothsettings/plugin.cpp15
-rw-r--r--src/imports/displaysettings/plugin.cpp15
-rw-r--r--src/imports/localdevice/plugin.cpp18
-rw-r--r--src/imports/localesettings/plugin.cpp13
-rw-r--r--src/imports/networksettings/plugin.cpp13
-rw-r--r--src/imports/timedatesettings/plugin.cpp17
6 files changed, 44 insertions, 47 deletions
diff --git a/src/imports/bluetoothsettings/plugin.cpp b/src/imports/bluetoothsettings/plugin.cpp
index 6c5fcf1..db180f7 100644
--- a/src/imports/bluetoothsettings/plugin.cpp
+++ b/src/imports/bluetoothsettings/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Device Utilities module of the Qt Toolkit.
@@ -37,21 +37,18 @@
/*!
\qmlmodule QtDeviceUtilities.BluetoothSettings 1.0
- \title Qt Device Utilities: Bluetooth Settings
- \ingroup qtee-qmlmodules
- \brief Provides a singleton QML type for controlling bluetooth settings.
+ \ingroup qtdevice-utilities-qml-modules
+ \ingroup qmlmodules
+ \title Qt Bluetooth Settings QML Types
- Provides a singleton QML type for controlling bluetooth settings in an
- embedded device.
+ \brief Provides a singleton QML type for controlling bluetooth settings.
- Import the module as follows:
+ To import and use the module's QML types, use the following statement:
\badcode
import QtDeviceUtilities.BluetoothSettings 1.0
\endcode
- This will give you access to the singleton QML type BtDevice.
-
\note Some functions may not be available on all of the platforms.
\section1 QML Types
diff --git a/src/imports/displaysettings/plugin.cpp b/src/imports/displaysettings/plugin.cpp
index 601b8e0..1fd56b0 100644
--- a/src/imports/displaysettings/plugin.cpp
+++ b/src/imports/displaysettings/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Device Utilities module of the Qt Toolkit.
@@ -34,21 +34,18 @@
/*!
\qmlmodule QtDeviceUtilities.DisplaySettings 1.0
- \title Qt Device Utilities: Display Settings
- \ingroup qtee-qmlmodules
- \brief Provides a singleton QML type for controlling display settings.
+ \ingroup qtdevice-utilities-qml-modules
+ \ingroup qmlmodules
+ \title Qt Display Settings QML Types
- Provides a singleton QML type for controlling display settings in an
- embedded device.
+ \brief Provides a singleton QML type for controlling display settings.
- Import the module as follows:
+ To import and use the module's QML types, use the following statement:
\badcode
import QtDeviceUtilities.DisplaySettings 1.0
\endcode
- This will give you access to the singleton QML type DisplaySettings.
-
\note Some functions may not be available on all of the platforms.
\section1 QML Types
diff --git a/src/imports/localdevice/plugin.cpp b/src/imports/localdevice/plugin.cpp
index 506c6f6..8a59a27 100644
--- a/src/imports/localdevice/plugin.cpp
+++ b/src/imports/localdevice/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Device Utilities module of the Qt Toolkit.
@@ -31,21 +31,21 @@
/*!
\qmlmodule QtDeviceUtilities.LocalDeviceSettings 1.0
- \title Qt Device Utilities: Local Device Settings
- \ingroup qtee-qmlmodules
- \brief A collection of local device related utility functions.
+ \ingroup qtdevice-utilities-qml-modules
+ \ingroup qmlmodules
+ \title Qt Local Device Settings QML Types
- Provides utility functions for controlling an embedded
- device, such as device shutdown/reboot.
+ \brief Provides a collection of local device related utility functions.
- Import the module as follows:
+ Qt Local Device Settings QML modules provides utility functions for controlling
+ an embedded device, such as device shutdown and reboot.
+
+ To import and use the module's QML types, use the following statement:
\badcode
import QtDeviceUtilities.LocalDeviceSettings 1.0
\endcode
- This will give you access to the singleton QML type LocalDevice.
-
\note Some functions may not be available on all of the platforms.
\section1 QML Types
diff --git a/src/imports/localesettings/plugin.cpp b/src/imports/localesettings/plugin.cpp
index deaad2b..573e5bc 100644
--- a/src/imports/localesettings/plugin.cpp
+++ b/src/imports/localesettings/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Device Utilities module of the Qt Toolkit.
@@ -37,15 +37,16 @@
/*!
\qmlmodule QtDeviceUtilities.LocaleSettings 1.0
+ \ingroup qtdevice-utilities-qml-modules
+ \ingroup qmlmodules
+ \title Qt Locale Settings QML Types
- \title Qt Device Utilities: Locale Settings
- \ingroup qtee-qmlmodules
\brief Provides singleton QML types for controlling locale settings.
- Provides singleton QML types for controlling locale settings in an
- embedded device.
+ Qt Local Device Settings QML module provides singleton QML types for
+ controlling locale settings in an embedded device.
- Import the module as follows:
+ To import and use the module's QML types, use the following statement:
\badcode
import QtDeviceUtilities.LocaleSettings 1.0
diff --git a/src/imports/networksettings/plugin.cpp b/src/imports/networksettings/plugin.cpp
index 6900550..56bece7 100644
--- a/src/imports/networksettings/plugin.cpp
+++ b/src/imports/networksettings/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Device Utilities module of the Qt Toolkit.
@@ -41,15 +41,16 @@
/*!
\qmlmodule QtDeviceUtilities.NetworkSettings 1.0
+ \ingroup qtdevice-utilities-qml-modules
+ \ingroup qmlmodules
+ \title Qt Network Settings QML Types
- \title Qt Device Utilities: Network Settings
- \ingroup qtee-qmlmodules
\brief Provides singleton QML types for controlling network settings.
- Provides singleton QML types for controlling network settings in an
- embedded device.
+ Qt Network Settings QML module provides singleton QML types for controlling
+ network settings in an embedded device.
- Import the module as follows:
+ To import and use the module's QML types, use the following statement:
\badcode
import QtDeviceUtilities.NetworkSettings 1.0
diff --git a/src/imports/timedatesettings/plugin.cpp b/src/imports/timedatesettings/plugin.cpp
index 0ddfed4..70a766c 100644
--- a/src/imports/timedatesettings/plugin.cpp
+++ b/src/imports/timedatesettings/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Device Utilities module of the Qt Toolkit.
@@ -34,18 +34,19 @@
#include <systemtime.h>
#include "timezonefiltermodel.h"
+
/*!
\qmlmodule QtDeviceUtilities.TimeDateSettings 1.0
+ \ingroup qtdevice-utilities-qml-modules
+ \ingroup qmlmodules
+ \title Qt Time and Date Settings QML Types
- \title Qt Device Utilities: Time and Date Settings
- \ingroup qtee-qmlmodules
- \brief Provides singleton QML types for controlling date and time
- settings.
+ \brief Provides singleton QML types for controlling date and time settings.
- Provides singleton QML types for controlling date and time settings
- in an embedded device.
+ Qt Time and Date Settings QML module provides singleton QML types for controlling
+ date and time settings in an embedded device.
- Import the module as follows:
+ To import and use the module's QML types, use the following statement:
\badcode
import QtDeviceUtilities.TimeDateSettings 1.0