edifice.FixView#
- class edifice.FixView(**kwargs)[source]#
Bases:
_LinearView[QWidget]View layout for child widgets with fixed position.
Content that does not fit into the FixView layout will be clipped. To allow scrolling in case of overflow, use
FixScrollView.Use the
topandleftstyle properties to set the position of the child widgets.Example FixView with Label at 100px from top and 200px from left#with FixView(): Label( text="Label 100px from top and 200px from left", style={"top": 100, "left": 200}, )
Props
All props from
QtWidgetElement.Methods
__init__(**kwargs)register_ref(reference)Registers provided
Referenceto this Element.set_key(key)Set the key of an
Element.Attributes
childrenThe children of this Element.
propsThe props of this Element.
underlyingThe underlying QWidget, which may not exist if this Element has not rendered.