Uses of Enum
io.qt.core.Qt.UIEffect
Packages that use Qt.UIEffect
-
Uses of Qt.UIEffect in io.qt.core
Methods in io.qt.core that return Qt.UIEffectModifier and TypeMethodDescriptionstatic Qt.UIEffect
Qt.UIEffect.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.UIEffect
Returns the enum constant of this type with the specified name.static Qt.UIEffect[]
Qt.UIEffect.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.UIEffect in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.UIEffectModifier and TypeMethodDescriptionstatic boolean
QApplication.isEffectEnabled
(Qt.UIEffect arg__1) static void
QApplication.setEffectEnabled
(Qt.UIEffect arg__1) Overloaded function forQApplication.setEffectEnabled(io.qt.core.Qt.UIEffect, boolean)
withenable = true
.static void
QApplication.setEffectEnabled
(Qt.UIEffect arg__1, boolean enable)