aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickscrollindicator.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-23 13:06:04 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 13:41:46 +0000
commit8a5f6de53fbde11a7075fdfed4436dfbe21acaa0 (patch)
tree2b2b74916e86f124a73cfac960b5b014cdac7062 /src/templates/qquickscrollindicator.cpp
parent69b1ef4fd291aea54138d9a23d9710ece82b11be (diff)
Doc: Replaced the module name qualifier used for QML docs
Also made changes to avoid qdoc warnings about qml snippets. Change-Id: Ide047fe7a4901fcf4b03efdccf457662e60585d2 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickscrollindicator.cpp')
-rw-r--r--src/templates/qquickscrollindicator.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/templates/qquickscrollindicator.cpp b/src/templates/qquickscrollindicator.cpp
index b935b0e8..aec0b1c0 100644
--- a/src/templates/qquickscrollindicator.cpp
+++ b/src/templates/qquickscrollindicator.cpp
@@ -107,7 +107,7 @@ QQuickScrollIndicatorAttached *QQuickScrollIndicator::qmlAttachedProperties(QObj
}
/*!
- \qmlproperty real QtQuickControls2::ScrollIndicator::size
+ \qmlproperty real QtQuick.Controls::ScrollIndicator::size
This property holds the size of the indicator, scaled to \c {0.0 - 1.0}.
@@ -129,7 +129,7 @@ void QQuickScrollIndicator::setSize(qreal size)
}
/*!
- \qmlproperty real QtQuickControls2::ScrollIndicator::position
+ \qmlproperty real QtQuick.Controls::ScrollIndicator::position
This property holds the position of the indicator, scaled to \c {0.0 - 1.0}.
@@ -151,7 +151,7 @@ void QQuickScrollIndicator::setPosition(qreal position)
}
/*!
- \qmlproperty bool QtQuickControls2::ScrollIndicator::active
+ \qmlproperty bool QtQuick.Controls::ScrollIndicator::active
This property holds whether the indicator is active, that is, when the
attached Flickable is \l {Flickable::moving}{moving}.
@@ -172,7 +172,7 @@ void QQuickScrollIndicator::setActive(bool active)
}
/*!
- \qmlproperty enumeration QtQuickControls2::ScrollIndicator::orientation
+ \qmlproperty enumeration QtQuick.Controls::ScrollIndicator::orientation
This property holds the orientation of the indicator.
@@ -198,7 +198,7 @@ void QQuickScrollIndicator::setOrientation(Qt::Orientation orientation)
}
/*!
- \qmlproperty Item QtQuickControls2::ScrollIndicator::indicator
+ \qmlproperty Item QtQuick.Controls::ScrollIndicator::indicator
This property holds the indicator item.
@@ -280,7 +280,7 @@ QQuickScrollIndicatorAttached::QQuickScrollIndicatorAttached(QQuickFlickable *fl
}
/*!
- \qmlattachedproperty ScrollIndicator QtQuickControls2::ScrollIndicator::horizontal
+ \qmlattachedproperty ScrollIndicator QtQuick.Controls::ScrollIndicator::horizontal
This property attaches a horizontal scroll indicator to a \l Flickable.
@@ -332,7 +332,7 @@ void QQuickScrollIndicatorAttached::setHorizontal(QQuickScrollIndicator *horizon
}
/*!
- \qmlattachedproperty ScrollIndicator QtQuickControls2::ScrollIndicator::vertical
+ \qmlattachedproperty ScrollIndicator QtQuick.Controls::ScrollIndicator::vertical
This property attaches a vertical scroll indicator to a \l Flickable.