aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickstateoperations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickstateoperations.cpp')
-rw-r--r--src/quick/items/qquickstateoperations.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/quick/items/qquickstateoperations.cpp b/src/quick/items/qquickstateoperations.cpp
index 18d6c6b28d..995ebbc657 100644
--- a/src/quick/items/qquickstateoperations.cpp
+++ b/src/quick/items/qquickstateoperations.cpp
@@ -187,12 +187,12 @@ QQuickParentChange::~QQuickParentChange()
}
/*!
- \qmlproperty real ParentChange::x
- \qmlproperty real ParentChange::y
- \qmlproperty real ParentChange::width
- \qmlproperty real ParentChange::height
- \qmlproperty real ParentChange::scale
- \qmlproperty real ParentChange::rotation
+ \qmlproperty real QtQuick2::ParentChange::x
+ \qmlproperty real QtQuick2::ParentChange::y
+ \qmlproperty real QtQuick2::ParentChange::width
+ \qmlproperty real QtQuick2::ParentChange::height
+ \qmlproperty real QtQuick2::ParentChange::scale
+ \qmlproperty real QtQuick2::ParentChange::rotation
These properties hold the new position, size, scale, and rotation
for the item in this state.
*/
@@ -311,7 +311,7 @@ QQuickItem *QQuickParentChange::originalParent() const
}
/*!
- \qmlproperty Item ParentChange::target
+ \qmlproperty Item QtQuick2::ParentChange::target
This property holds the item to be reparented
*/
QQuickItem *QQuickParentChange::object() const
@@ -327,7 +327,7 @@ void QQuickParentChange::setObject(QQuickItem *target)
}
/*!
- \qmlproperty Item ParentChange::parent
+ \qmlproperty Item QtQuick2::ParentChange::parent
This property holds the new parent for the item in this state.
*/
QQuickItem *QQuickParentChange::parent() const
@@ -914,7 +914,7 @@ QQuickAnchorSet *QQuickAnchorChanges::anchors()
}
/*!
- \qmlproperty Item AnchorChanges::target
+ \qmlproperty Item QtQuick2::AnchorChanges::target
This property holds the \l Item for which the anchor changes will be applied.
*/
QQuickItem *QQuickAnchorChanges::object() const
@@ -930,13 +930,13 @@ void QQuickAnchorChanges::setObject(QQuickItem *target)
}
/*!
- \qmlproperty AnchorLine AnchorChanges::anchors.left
- \qmlproperty AnchorLine AnchorChanges::anchors.right
- \qmlproperty AnchorLine AnchorChanges::anchors.horizontalCenter
- \qmlproperty AnchorLine AnchorChanges::anchors.top
- \qmlproperty AnchorLine AnchorChanges::anchors.bottom
- \qmlproperty AnchorLine AnchorChanges::anchors.verticalCenter
- \qmlproperty AnchorLine AnchorChanges::anchors.baseline
+ \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.left
+ \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.right
+ \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.horizontalCenter
+ \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.top
+ \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.bottom
+ \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.verticalCenter
+ \qmlproperty AnchorLine QtQuick2::AnchorChanges::anchors.baseline
These properties change the respective anchors of the item.