
We bake cookies in your browser for a better experience. Using this site means that you consent.Read More
A Path object defines a path for use byPathView.More...
| Since: | Qt 4.7 |
A Path is composed of one or more path segments -PathLine,PathQuad,PathCubic.
The spacing of the items along the Path can be adjusted via aPathPercent object.
PathAttribute allows named attributes with values to be defined along the path.
See alsoPathView,PathAttribute,PathPercent,PathLine,PathQuad, andPathCubic.
defaultpathElements :list<PathElement> |
This property holds the objects composing the path.
A path can contain the following path objects:
PathView {anchors.fill:parentmodel:ContactModel {}delegate:delegatepath:Path {startX:120;startY:100PathAttribute {name:"iconScale";value:1.0 }PathAttribute {name:"iconOpacity";value:1.0 }PathQuad {x:120;y:25;controlX:260;controlY:75 }PathAttribute {name:"iconScale";value:0.3 }PathAttribute {name:"iconOpacity";value:0.5 }PathQuad {x:120;y:100;controlX: -20;controlY:75 } } }
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.