zui docs v0.0.5
GitHub ↗
Menus, dialogs, and feedback Native Qt

Busy Indicator

Busy Indicator is a native Zui component in the menus, dialogs, and feedback catalog, with 8 component-specific properties.

Usage

Ruby example

Paste this complete Builder example inside the app surface from the Quickstart. Replace illustrative asset paths with files from your project.

Ruby
busy_indicator true, width: 32, height: 32, color: "#b7ff5a"
API

Component properties

8 component-specific values, plus shared item and layout properties.

runningRunning configuration for Busy Indicator.property
widthWidth configuration for Busy Indicator.property
heightHeight configuration for Busy Indicator.property
colorColor configuration for Busy Indicator.property
opacityOpacity configuration for Busy Indicator.property
enabledEnabled configuration for Busy Indicator.property
accessible_nameAccessible name configuration for Busy Indicator.property
visibleVisible configuration for Busy Indicator.property
Show 12 shared item properties
scalerotationzfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction

Events

Subscribe with on widget, :event and keep behavior in Ruby.

running_changeNative event payload
showNative event payload
hideNative event payload