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