pub struct UIEffect(/* private fields */);
Expand description
This enum describes the available UI effects.
C++ enum: Qt::UIEffect
.
This enum describes the available UI effects.
By default, Qt will try to use the platform specific desktop settings for each effect. Use the QApplication::setDesktopSettingsAware() function (passing false
as argument) to prevent this, and the QApplication::setEffectEnabled() to enable or disable a particular effect.
Note that all effects are disabled on screens running at less than 16-bit color depth.
See also QApplication::setEffectEnabled() and QGuiApplication::setDesktopSettingsAware().
Implementations§
Source§impl UIEffect
impl UIEffect
Sourcepub const UIAnimateMenu: UIEffect
pub const UIAnimateMenu: UIEffect
Show animated menus. (C++ enum variant: UI_AnimateMenu = 1
)
Sourcepub const UIFadeMenu: UIEffect
pub const UIFadeMenu: UIEffect
Show faded menus. (C++ enum variant: UI_FadeMenu = 2
)
Sourcepub const UIAnimateCombo: UIEffect
pub const UIAnimateCombo: UIEffect
Show animated comboboxes. (C++ enum variant: UI_AnimateCombo = 3
)
Sourcepub const UIAnimateTooltip: UIEffect
pub const UIAnimateTooltip: UIEffect
Show tooltip animations. (C++ enum variant: UI_AnimateTooltip = 4
)
Sourcepub const UIFadeTooltip: UIEffect
pub const UIFadeTooltip: UIEffect
Show tooltip fading effects. (C++ enum variant: UI_FadeTooltip = 5
)
Sourcepub const UIAnimateToolBox: UIEffect
pub const UIAnimateToolBox: UIEffect
Reserved (C++ enum variant: UI_AnimateToolBox = 6
)