uos_activpal.gui.base.SpacerWidget

class uos_activpal.gui.base.SpacerWidget(parent=None)[source]

A Qwidget which fills horizontal and vertical space.

Most useful for aligning other widgets, a spacer either side will center, a spacer on the left will align right, a spacer on the right will align left.

__init__(parent=None)[source]

Create a SpacerWidget.

Methods

__init__([parent]) Create a SpacerWidget.