graphsline QML Value Type
QGraphsLine のプロパティに基づく線の値。詳細...
- graphsline はQt Graphs QML Common Types の一部です。
プロパティ
- labelTextColor : color
- mainColor : color
- mainWidth : real
- subColor : color
- subWidth : real
詳細説明
graphsline
型は QGraphsLine のプロパティを持つ線分値を指す。
graphsline
型のプロパティは別に定義されない限りtheme に従う。
C++と統合する場合、C++からQMLに渡されたQGraphsLineの値は自動的にgraphsline
の値に変換されることに注意してください。
この値型はQtQuick のインポートによって提供されます。
QMLの値型も参照してください 。
プロパティ文書
labelTextColor : color |
ラベルに使われるテキストの色。
mainColor : color |
主線の色。
mainWidth : real |
主線の幅。
subColor : color |
補助線の色
subWidth : real |
副線の幅
© 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.