Uses of Class
io.qt.core.QObject.QComputedIntProperty
Package | Description |
---|---|
io.qt.core |
-
Uses of QObject.QComputedIntProperty in io.qt.core
Methods in io.qt.core with parameters of type QObject.QComputedIntProperty Modifier and Type Method Description static QBindable<@QtPrimitiveType Integer>
QBindable. fromProperty(QObject.QComputedIntProperty property)
Creates a newInteger
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Integer>
QPropertyAlias. fromProperty(QObject.QComputedIntProperty property)
Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QObject.QComputedIntProperty Constructor Description QDoublePropertyAlias(QObject.QComputedIntProperty property)
Creates a new alias to the provided property.QFloatPropertyAlias(QObject.QComputedIntProperty property)
Creates a new alias to the provided property.QIntBindable(QObject.QComputedIntProperty property)
Creates a new bindable from provided property.QIntPropertyAlias(QObject.QComputedIntProperty property)
Creates a new alias to the provided property.QIntPropertyBinding(QObject.QComputedIntProperty property)
Creates a newQIntPropertyBinding
as copy of the property's available binding.QLongPropertyAlias(QObject.QComputedIntProperty property)
Creates a new alias to the provided property.