graphsline QML Value Type
a valores para líneas basados en propiedades de QGraphsLine. Más...
| In C++: | QGraphsLine |
- graphsline es parte de Qt Graphs QML Common Types.
Propiedades
- labelTextColor : color
- mainColor : color
- mainWidth : real
- subColor : color
- subWidth : real
Descripción detallada
El tipo graphsline se refiere a un valor de línea con las propiedades de QGraphsLine.
Las propiedades de tipo graphsline siguen a las de theme a menos que se definan por separado.
Al realizar la integración con C++, tenga en cuenta que cualquier valor QGraphsLine pasado a QML desde C++ se convierte automáticamente en un valor graphsline, y viceversa.
Este tipo de valor lo proporciona la importación QtQuick.
Véase también Tipos de valor QML.
Documentación de propiedades
labelTextColor : color
El color del texto utilizado para las etiquetas.
mainColor : color
El color de las líneas principales.
mainWidth : real
La anchura de las líneas principales.
subColor : color
El color de las sublíneas.
subWidth : real
La anchura de las sublíneas.
© 2026 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.