zui docs v0.0.5
GitHub ↗
Display, content, and media Native Qt

Divider

Divider is a native Zui component in the display, content, and media 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
divider orientation: :horizontal, length: 420, thickness: 1, color: "#3a3a42"
API

Component properties

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

orientationOrientation configuration for Divider.property
lengthLength configuration for Divider.property
thicknessThickness configuration for Divider.property
indentIndent configuration for Divider.property
end_indentEnd indent configuration for Divider.property
colorColor configuration for Divider.property
opacityOpacity configuration for Divider.property
visibleVisible configuration for Divider.property
Show 15 shared item properties
enabledscalerotationzwidthheightfill_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.