edifice.VScrollView#

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

Bases: _LinearView[QScrollArea]

Scrollable vertical column layout.

../_images/scroll_view.png

A VScrollView containing a Label.#

Overflows in both the x and y direction will cause a scrollbar to show.

Props

All props from QtWidgetElement.

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.