diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-07-19 03:26:10 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-07-19 03:26:10 (GMT) |
commit | 931222b7d665e101ada070afb51b82f9bb85db6d (patch) | |
tree | d361d1f2d1760ee0434729e2419a45e80af03a40 /src/declarative/graphicsitems/qdeclarativepath.cpp | |
parent | 19473443dbeff4a57cd6ec6572ca29c2e70d672c (diff) | |
download | Qt-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.cpp | 7 |
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. */ /*! |