diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-12 13:02:12 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-12 13:02:12 (GMT) |
commit | 4deacd35b92a6879009248a205139a871e5a589f (patch) | |
tree | f40394b208980770f7c2bce488a590af84f26227 /src/declarative/fx/qfxpath.cpp | |
parent | 1099908428c594d67fe1da740126f4acfcdc8a0a (diff) | |
download | Qt-4deacd35b92a6879009248a205139a871e5a589f.zip Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.gz Qt-4deacd35b92a6879009248a205139a871e5a589f.tar.bz2 |
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src/declarative/fx/qfxpath.cpp')
-rw-r--r-- | src/declarative/fx/qfxpath.cpp | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/declarative/fx/qfxpath.cpp b/src/declarative/fx/qfxpath.cpp index e11658c..5bbdf64 100644 --- a/src/declarative/fx/qfxpath.cpp +++ b/src/declarative/fx/qfxpath.cpp @@ -478,16 +478,19 @@ void QFxCurve::setY(qreal y) \qmlclass PathAttribute \brief The PathAttribute allows setting an attribute at a given position in a Path. - The PathAttribute object allows attibutes consisting of a name and a - value to be specified for the endpoints of path segments. The attributes - are exposed to the delegate as \l {Attached Properties}. The value of - an attribute at any particular point is interpolated from the PathAttributes - bounding the point. - - The example below shows a path with the items scaled to 30% with opacity 50% - at the top of the path and scaled 100% with opacity 100% at the bottom. - Note the use of the PathView.scale and PathView.opacity attached properties - to set the scale and opacity of the delegate. + The PathAttribute object allows attibutes consisting of a name and + a value to be specified for the endpoints of path segments. The + attributes are exposed to the delegate as + \l{qmlintroduction.html#attached-properties} {Attached Properties}. + The value of an attribute at any particular point is interpolated + from the PathAttributes bounding the point. + + The example below shows a path with the items scaled to 30% with + opacity 50% at the top of the path and scaled 100% with opacity + 100% at the bottom. Note the use of the PathView.scale and + PathView.opacity attached properties to set the scale and opacity + of the delegate. + \table \row \o \image declarative-pathattribute.png |