edifice.FlowView

edifice.FlowView#

class edifice.FlowView(**kwargs)[source]#

Bases: _LinearView

Flow-style layout widget. Displays its children in a row which wraps onto multiple lines.

This component has similar behavior to an HTML CSS wrap flex container.

Methods

__init__(**kwargs)

register_ref(reference)

Registers provided Reference to this Element.

set_key(key)

Sets the key of the Element.

Attributes

children

The children of this Element.

props

The props of this Element.

underlying

The underlying QWidget, which may not exist if this Element has not rendered.