PathAngleArc QML Type

指定された半径と中心を持つ円弧を定義します。詳細...

Import Statement: import QtQuick

プロパティ

詳しい説明

PathAngleArc は円弧を指定する簡単な方法を提供します。PathArc は、より大きなパスの一部(開始と終了を指定)として動作するように設計されていますが、PathAngleArc は、円弧が主要であるパス(円形の進捗インジケータなど)をより直感的にするように設計されています。

Path,PathLine,PathQuad,PathCubic,PathCurve,PathSvg,PathArc,PathRectangleも参照

プロパティ・ドキュメンテーション

centerX : real

centerY : real

円弧の中心を定義する。


radiusX : real

radiusY : real

円弧を構成する楕円の半径を定義する。


moveToStart : bool

この要素を前の Path 要素 (または startX/Y) から切り離すかどうかを指定します。

デフォルト値は true です。false に設定する と 、 前の要素の終点 (PathAngleArc が最初の要素の場合は startX/Y) が弧の始点に直線で結ばれます。


startAngle : real

弧の開始角を定義 し ます。

開始角度は時計回りで、3時の位置を0度とする。


sweepAngle : real

弧のスイープ角度を定義する。

弧はstartAngle から始まり、sweepAngle 度続く。360 を指定すると一周する。正の数は時計回り、負の数は反時計回り。


© 2025 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 the GNU 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.