Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

PathCubic QML Element

ThePathCubic defines a cubic Bezier curve with two control points.More...

Since: Qt 4.7

Properties

Detailed Description

The following QML produces the path shown below:

Path {startX:20;startY:0PathCubic {x:180;y:0control1X: -10;control1Y:90control2X:210;control2Y:90    }}

See alsoPath,PathQuad, andPathLine.

Property Documentation

control1X :real

Defines the position of the first control point.


control1Y :real

Defines the position of the first control point.


control2X :real

Defines the position of the second control point.


control2Y :real

Defines the position of the second control point.


x :real

Defines the end point of the curve.


y :real

Defines the end point of the curve.


© 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.


[8]ページ先頭

©2009-2025 Movatter.jp