Uses of Class
io.qt.core.QObject.QLongProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QObject.QLongProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QLongProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Long>
QBindable. fromProperty(QObject.QLongProperty property)
Creates a newLong
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Long>
QPropertyAlias. fromProperty(QObject.QLongProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QObject.QLongProperty Constructor Description QLongBindable(QObject.QLongProperty property)
Creates a new bindable from provided property.QLongPropertyAlias(QObject.QLongProperty property)
Creates a new alias to the provided property.QLongPropertyBinding(QObject.QLongProperty property)
Creates a newQLongPropertyBinding
as copy of the property's available binding.