6.121. sibl_gui.components.core.iblSetsOutliner.views

views.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the sibl_gui.components.core.iblSetsOutliner.iblSetsOutliner.IblSetsOutliner Component Interface class Views.

Others:

6.121.1. Module Attributes

sibl_gui.components.core.iblSetsOutliner.views.LOGGER

6.121.2. Classes

class sibl_gui.components.core.iblSetsOutliner.views.Thumbnails_QListView(parent, model=None, readOnly=False, message=None)[source]

Bases: sibl_gui.ui.views.Abstract_QListView

This class is used to display Database Ibl Sets as thumbnails.

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

This method is the property for self.__listViewSpacing attribute.

Returns:self.__listViewSpacing. ( Integer )
listViewMargin[source]

This method is the property for self.__listViewMargin attribute.

Returns:self.__listViewMargin. ( Integer )
class sibl_gui.components.core.iblSetsOutliner.views.Details_QTreeView(parent, model=None, readOnly=False, message=None)[source]

Bases: sibl_gui.ui.views.Abstract_QTreeView

This class is used to display Database Ibl Sets columns.

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

This method is the property for self.__treeViewIndentation attribute.

Returns:self.__treeViewIndentation. ( Integer )