4.13. umbra.components.factory.componentsManagerUi.views

views.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the umbra.components.factory.componentsManagerUi.componentsManagerUi.ComponentsManagerUi Component Interface class Views.

Others:

4.13.1. Module Attributes

umbra.components.factory.componentsManagerUi.views.LOGGER

4.13.2. Classes

class umbra.components.factory.componentsManagerUi.views.Components_QTreeView(parent, model=None, readOnly=False, message=None)[source]

Bases: umbra.ui.views.Abstract_QTreeView

This class is used to display Database Collections.

Parameters:
  • parent – Object parent. ( QObject )
  • model – Model. ( QObject )
  • readOnly – View is read only. ( Boolean )
  • message – View default message when Model is empty. ( String )
container[source]

This method is the property for self.__container attribute.

Returns:self.__container. ( QObject )
treeViewIndentation[source]

This method is the property for self.__treeViewIndentation attribute.

Returns:self.__treeViewIndentation. ( Integer )
setModel(model)[source]

This method reimplements the umbra.ui.views.Abstract_QTreeView.setModel method.

Parameters:model – Model to set. ( QObject )