From ed3a93feee9a1b7e2b26c651e446c4a058ee8f8e Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:09:56 +0200 Subject: Doc: Add missing dots (qtdeclarative) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: Ibb5aa227e82825085e7214e17dcffcb17fd44157 Reviewed-by: Topi Reiniƶ --- src/quick/items/qquickitem.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/quick/items/qquickitem.cpp') diff --git a/src/quick/items/qquickitem.cpp b/src/quick/items/qquickitem.cpp index 70bb7db2b0..9be8b7f2b9 100644 --- a/src/quick/items/qquickitem.cpp +++ b/src/quick/items/qquickitem.cpp @@ -114,7 +114,7 @@ void debugFocusTree(QQuickItem *item, QQuickItem *scope = nullptr, int depth = 1 \instantiates QQuickTransform \inqmlmodule QtQuick \ingroup qtquick-visual-transforms - \brief For specifying advanced transformations on Items + \brief For specifying advanced transformations on Items. The Transform type is a base type which cannot be instantiated directly. The following concrete Transform types are available: @@ -357,7 +357,7 @@ void QQuickItemKeyFilter::componentComplete() \instantiates QQuickKeyNavigationAttached \inqmlmodule QtQuick \ingroup qtquick-input - \brief Supports key navigation by arrow keys + \brief Supports key navigation by arrow keys. Key-based user interfaces commonly allow the use of arrow keys to navigate between focusable items. The KeyNavigation attached property enables this behavior by providing a @@ -816,7 +816,7 @@ bool QQuickKeysAttached::isConnected(const char *signalName) const \instantiates QQuickKeysAttached \inqmlmodule QtQuick \ingroup qtquick-input - \brief Provides key handling to Items + \brief Provides key handling to Items. All visual primitives support key handling via the Keys attached property. Keys can be handled via the onPressed @@ -1507,7 +1507,7 @@ QQuickKeysAttached *QQuickKeysAttached::qmlAttachedProperties(QObject *obj) \inqmlmodule QtQuick \ingroup qtquick-positioners \ingroup qml-utility-elements - \brief Property used to mirror layout behavior + \brief Property used to mirror layout behavior. The LayoutMirroring attached property is used to horizontally mirror \l {anchor-layout}{Item anchors}, \l{Item Positioners}{positioner} types (such as \l Row and \l Grid) @@ -1924,7 +1924,7 @@ void QQuickItemPrivate::updateSubFocusItem(QQuickItem *scope, bool focus) \inherits QtObject \inqmlmodule QtQuick \ingroup qtquick-visual - \brief A basic visual QML type + \brief A basic visual QML type. The Item type is the base type for all visual items in Qt Quick. -- cgit v1.2.3