aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickscrollbar.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/qquickscrollbar.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/qquickscrollbar.cpp')
-rw-r--r--src/templates/qquickscrollbar.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/templates/qquickscrollbar.cpp b/src/templates/qquickscrollbar.cpp
index 085900ba..3af734a5 100644
--- a/src/templates/qquickscrollbar.cpp
+++ b/src/templates/qquickscrollbar.cpp
@@ -119,7 +119,7 @@ QQuickScrollBarAttached *QQuickScrollBar::qmlAttachedProperties(QObject *object)
}
/*!
- \qmlproperty real QtQuickControls2::ScrollBar::size
+ \qmlproperty real QtQuick.Controls::ScrollBar::size
This property holds the size of the scroll bar, scaled to \c {0.0 - 1.0}.
@@ -141,7 +141,7 @@ void QQuickScrollBar::setSize(qreal size)
}
/*!
- \qmlproperty real QtQuickControls2::ScrollBar::position
+ \qmlproperty real QtQuick.Controls::ScrollBar::position
This property holds the position of the scroll bar, scaled to \c {0.0 - 1.0}.
@@ -163,7 +163,7 @@ void QQuickScrollBar::setPosition(qreal position)
}
/*!
- \qmlproperty bool QtQuickControls2::ScrollBar::active
+ \qmlproperty bool QtQuick.Controls::ScrollBar::active
This property holds whether the scroll bar is active ie. when its \l pressed
or the attached Flickable is \l {Flickable::moving}{moving}.
@@ -184,7 +184,7 @@ void QQuickScrollBar::setActive(bool active)
}
/*!
- \qmlproperty bool QtQuickControls2::ScrollBar::pressed
+ \qmlproperty bool QtQuick.Controls::ScrollBar::pressed
This property holds whether the scroll bar is pressed.
*/
@@ -206,7 +206,7 @@ void QQuickScrollBar::setPressed(bool pressed)
}
/*!
- \qmlproperty enumeration QtQuickControls2::ScrollBar::orientation
+ \qmlproperty enumeration QtQuick.Controls::ScrollBar::orientation
This property holds the orientation of the scroll bar.
@@ -232,7 +232,7 @@ void QQuickScrollBar::setOrientation(Qt::Orientation orientation)
}
/*!
- \qmlproperty Item QtQuickControls2::ScrollBar::handle
+ \qmlproperty Item QtQuick.Controls::ScrollBar::handle
This property holds the handle item.
@@ -383,7 +383,7 @@ QQuickScrollBarAttached::QQuickScrollBarAttached(QQuickFlickable *flickable) :
}
/*!
- \qmlattachedproperty ScrollBar QtQuickControls2::ScrollBar::horizontal
+ \qmlattachedproperty ScrollBar QtQuick.Controls::ScrollBar::horizontal
This property attaches a horizontal scroll bar to a \l Flickable.
@@ -437,7 +437,7 @@ void QQuickScrollBarAttached::setHorizontal(QQuickScrollBar *horizontal)
}
/*!
- \qmlattachedproperty ScrollBar QtQuickControls2::ScrollBar::vertical
+ \qmlattachedproperty ScrollBar QtQuick.Controls::ScrollBar::vertical
This property attaches a vertical scroll bar to a \l Flickable.