summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepath.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-07-19 03:26:10 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-07-19 03:26:10 (GMT)
commit931222b7d665e101ada070afb51b82f9bb85db6d (patch)
treed361d1f2d1760ee0434729e2419a45e80af03a40 /src/declarative/graphicsitems/qdeclarativepath.cpp
parent19473443dbeff4a57cd6ec6572ca29c2e70d672c (diff)
downloadQt-931222b7d665e101ada070afb51b82f9bb85db6d.zip
Qt-931222b7d665e101ada070afb51b82f9bb85db6d.tar.gz
Qt-931222b7d665e101ada070afb51b82f9bb85db6d.tar.bz2
PathView doc clarification.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativepath.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepath.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepath.cpp b/src/declarative/graphicsitems/qdeclarativepath.cpp
index a904869..80196a1 100644
--- a/src/declarative/graphicsitems/qdeclarativepath.cpp
+++ b/src/declarative/graphicsitems/qdeclarativepath.cpp
@@ -533,6 +533,13 @@ void QDeclarativeCurve::setY(qreal y)
/*!
\qmlproperty string PathAttribute::name
the name of the attribute to change.
+
+ This attribute will be available to the delegate as PathView.<name>
+
+ Note that using an existing Item property name such as "opacity" as an
+ attribute is allowed. This is because path attributes add a new
+ \l{qdeclarativeintroduction.html#attached-properties} {Attached Property}
+ which in no way clashes with existing properties.
*/
/*!