6.87. sibl_gui.components.addons.about.about

about.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines the About Component Interface class.

Others:

6.87.1. Module Attributes

sibl_gui.components.addons.about.about.LOGGER
sibl_gui.components.addons.about.about.COMPONENT_UI_FILE
sibl_gui.components.addons.about.about.ABOUT_MESSAGE

6.87.2. Classes

class sibl_gui.components.addons.about.about.About(parent=None, name=None, *args, **kwargs)[source]

Bases: manager.qwidgetComponent.QWidgetComponent

This class is the sibl_gui.components.addons.about.about Component Interface class.
It adds the About sIBL_GUI ... miscellaneous menu action and provides associated sIBL_GUI - About window.
The message displayed by the sIBL_GUI - About window is defined by the sibl_gui.components.addons.about.about.ABOUT_MESSAGE attribute.
Parameters:
  • parent – Object parent. ( QObject )
  • name – Component name. ( String )
  • *args – Arguments. ( * )
  • **kwargs – Keywords arguments. ( ** )
uiResourcesDirectory[source]

This method is the property for self.__uiResourcesDirectory attribute.

Returns:self.__uiResourcesDirectory. ( String )
uiLogoImage[source]

This method is the property for self.__uiLogoImage attribute.

Returns:self.__uiLogoImage. ( String )
uiGpl3Image[source]

This method is the property for self.__uiGpl3Image attribute.

Returns:self.__uiGpl3Image. ( String )
engine[source]

This method is the property for self.__engine attribute.

Returns:self.__engine. ( QObject )
miscellaneousMenu[source]

This method is the property for self.__miscellaneousMenu attribute.

Returns:self.__miscellaneousMenu. ( QMenu )
activate(engine)[source]

This method activates the Component.

Parameters:engine – Engine to attach the Component to. ( QObject )
Returns:Method success. ( Boolean )
deactivate()[source]

This method deactivates the Component.

Returns:Method success. ( Boolean )
initializeUi()[source]

This method initializes the Component ui.

Returns:Method success. ( Boolean )
uninitializeUi()[source]

This method uninitializes the Component ui.

Returns:Method success. ( Boolean )
addWidget()[source]

This method adds the Component Widget to the engine.

Returns:Method success. ( Boolean )
removeWidget()[source]

This method removes the Component Widget from the engine.

Returns:Method success. ( Boolean )