Uses of Class
io.qt.core.QLongProperty
Packages that use QLongProperty
-
Uses of QLongProperty in io.qt.core
Methods in io.qt.core with parameters of type QLongPropertyModifier and TypeMethodDescriptionstatic 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 QLongPropertyModifierConstructorDescriptionQLongBindable
(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.