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