Uses of Class
io.qt.core.QObject.QComputedLongProperty
Packages that use QObject.QComputedLongProperty
-
Uses of QObject.QComputedLongProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedLongPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Long>QBindable.fromProperty(QObject.QComputedLongProperty property) Creates a newLong-typed genericQBindablefrom primitive-typed property.static QPropertyAlias<@QtPrimitiveType Long>QPropertyAlias.fromProperty(QObject.QComputedLongProperty property) Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QObject.QComputedLongPropertyModifierConstructorDescriptionQLongBindable(QObject.QComputedLongProperty property) Creates a new bindable from provided property.Creates a newQLongPropertyBindingas copy of the property's available binding.