Foundation and layout
Native Qt
Layout Item Proxy
Layout Item Proxy is a native Zui component in the foundation and layout catalog, with 18 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.
source = card id: :summary_card, preferred_width: 320 do
label "Build summary"
end
layout_item_proxy source,
fill_width: true,
minimum_width: 240
API
Component properties
18 component-specific values, plus shared item and layout properties.
targetTarget configuration for Layout Item Proxy.propertywidthWidth configuration for Layout Item Proxy.propertyheightHeight configuration for Layout Item Proxy.propertyfill_widthFill width configuration for Layout Item Proxy.propertyfill_heightFill height configuration for Layout Item Proxy.propertypreferred_widthPreferred width configuration for Layout Item Proxy.propertypreferred_heightPreferred height configuration for Layout Item Proxy.propertyminimum_widthMinimum width configuration for Layout Item Proxy.propertyminimum_heightMinimum height configuration for Layout Item Proxy.propertymaximum_widthMaximum width configuration for Layout Item Proxy.propertymaximum_heightMaximum height configuration for Layout Item Proxy.propertyalignmentAlignment configuration for Layout Item Proxy.propertymarginsMargins configuration for Layout Item Proxy.propertyleft_marginLeft margin configuration for Layout Item Proxy.propertytop_marginTop margin configuration for Layout Item Proxy.propertyright_marginRight margin configuration for Layout Item Proxy.propertybottom_marginBottom margin configuration for Layout Item Proxy.propertyvisibleVisible configuration for Layout Item Proxy.propertyShow 6 shared item properties
enabledopacityscalerotationzlayout_alignment
Interaction
Events
Subscribe with on widget, :event and keep behavior in Ruby.
↗
target_changeNative event payload