edifice.HScrollView#
- class edifice.HScrollView(**kwargs)[source]#
Bases:
_LinearView
[QScrollArea
]Scrollable horizontal row layout widget for grouping children together.
Underlying Qt Widget QScrollArea
Underlying Qt Layout QHBoxLayout
Overflows in both the x and y direction will cause a scrollbar to show.
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.