4.13. umbra.components.factory.componentsManagerUi.views
views.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- 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 - Defines the view for Database Collections. - Initializes the class. - 
| Parameters: | 
parent (QObject) – Object parent.model (QObject) – Model.readOnly (bool) – View is read only.message (unicode) – View default message when Model is empty. | 
|---|
 
 - 
- 
container[source]
- Property for self.__container attribute. - 
| Returns: | self.__container. | 
|---|
 | Return type: | QObject | 
|---|
 
 
 - 
- 
treeViewIndentation[source]
- Property for self.__treeViewIndentation attribute. - 
| Returns: | self.__treeViewIndentation. | 
|---|
 | Return type: | int | 
|---|
 
 
 - 
- 
setModel(model)[source]
- Reimplements the umbra.ui.views.Abstract_QTreeView.setModel method. - 
| Parameters: | model (QObject) – Model to set. | 
|---|