artview.components.LayoutComponent

class artview.components.LayoutComponent(name='Layout', parent=None)[source]

Bases: artview.core.core.Component

Class to staticly hold other components inside a layout. Once they are added do not try remove or delete then.

__init__(name='Layout', parent=None)[source]

Initialize the class to create the interface.

Parameters:

[Optional] :

name : string

Window name.

parent : PyQt instance

Parent instance to associate to menu. If None, then Qt owns, otherwise associated with parent PyQt instance.

Methods

LayoutComponent.addWidget
LayoutComponent.close