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

Progress

Progress is a native Zui component in the menus, dialogs, and feedback catalog, with 7 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
progress 64, minimum: 0, maximum: 100, width: 360, color: "#b7ff5a"
API

Component properties

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

valueValue configuration for Progress.property
minimumMinimum configuration for Progress.property
maximumMaximum configuration for Progress.property
widthWidth configuration for Progress.property
heightHeight configuration for Progress.property
colorColor configuration for Progress.property
visibleVisible configuration for Progress.property
Show 14 shared item properties
enabledopacityscalerotationzfill_widthfill_heightpreferred_widthpreferred_heightminimum_widthminimum_heightmaximum_widthmaximum_heightlayout_alignment
Interaction

Events

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

This renderer is display-only and does not emit component-specific events.