v_box_layout

Module Contents

VBoxLayout

Vertical box layout

class VBoxLayout(parent)

Bases: PyQt5.QtWidgets.QVBoxLayout

Vertical box layout

addWidgets(widgets: List[PyQt5.QtWidgets.QWidget], stretch=0, alignment=Qt.AlignTop)

add widgets to layout

addWidget(widget: PyQt5.QtWidgets.QWidget, stretch=0, alignment=Qt.AlignTop)

add widget to layout

removeWidget(widget: PyQt5.QtWidgets.QWidget)

remove widget from layout but not delete it

deleteWidget(widget: PyQt5.QtWidgets.QWidget)

remove widget from layout and delete it

removeAllWidget()

remove all widgets from layout