Uses of Class
io.qt.core.QIntProperty
Packages that use QIntProperty
-
Uses of QIntProperty in io.qt.core
Methods in io.qt.core with parameters of type QIntPropertyModifier and TypeMethodDescriptionstatic QBindable<@QtPrimitiveType Integer>
QBindable.fromProperty
(QIntProperty property) Creates a newInteger
-typed genericQBindable
from primitive-typed property.static QPropertyAlias<@QtPrimitiveType Integer>
QPropertyAlias.fromProperty
(QIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.Constructors in io.qt.core with parameters of type QIntPropertyModifierConstructorDescriptionQIntBindable
(QIntProperty property) Creates a new bindable from provided property.QIntPropertyAlias
(QIntProperty property) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new alias to the provided property.QIntPropertyBinding
(QIntProperty property) Creates a newQIntPropertyBinding
as copy of the property's available binding.