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