edifice.VBoxView#
- class edifice.VBoxView(**kwargs)[source]#
Bases:
_LinearView
[QWidget
]Vertical column layout view for child elements.
This is the basic layout element which behaves like an HTML div.
Underlying Qt Layout QVBoxLayout
Content that does not fit into the VBoxView layout will be clipped. To allow scrolling in case of overflow, use
VScrollView
.Methods
__init__
(**kwargs)register_ref
(reference)Registers provided
Reference
to this Element.set_key
(key)Set the key of an
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.