edifice.TableGridRow#

class edifice.TableGridRow[source]#

Bases: QtWidgetElement

Row Element of a TableGridView.

This Element’s parent must be a TableGridView.

This Element may have children of any type of Element.

This Element has no Qt underlying, and no props.

Methods

__init__()

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.