6.94. sibl_gui.components.addons.about.about
about.py
- Platform:
- Windows, Linux, Mac Os X.
- Description:
- Defines the About Component Interface class.
Others:
6.94.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.94.2. Classes
-
class sibl_gui.components.addons.about.about.About(parent=None, name=None, *args, **kwargs)[source]
Bases: manager.qwidgetComponent.QWidgetComponent
It adds the About sIBL_GUI ... miscellaneous menu action and provides associated sIBL_GUI - About window.
Initializes the class.
Parameters: |
- parent (QObject) – Object parent.
- name (unicode) – Component name.
- *args (*) – Arguments.
- **kwargs (**) – Keywords arguments.
|
-
uiResourcesDirectory[source]
Property for self.__uiResourcesDirectory attribute.
Returns: | self.__uiResourcesDirectory. |
Return type: | unicode |
-
uiLogoImage[source]
Property for self.__uiLogoImage attribute.
Returns: | self.__uiLogoImage. |
Return type: | unicode |
-
uiGpl3Image[source]
Property for self.__uiGpl3Image attribute.
Returns: | self.__uiGpl3Image. |
Return type: | unicode |
-
engine[source]
Property for self.__engine attribute.
Returns: | self.__engine. |
Return type: | QObject |
Property for self.__miscellaneousMenu attribute.
Returns: | self.__miscellaneousMenu. |
Return type: | QMenu |
-
activate(engine)[source]
Activates the Component.
Parameters: | engine (QObject) – Engine to attach the Component to. |
Returns: | Method success. |
Return type: | bool |
-
deactivate()[source]
Deactivates the Component.
Returns: | Method success. |
Return type: | bool |
-
initializeUi()[source]
Initializes the Component ui.
Returns: | Method success. |
Return type: | bool |
-
uninitializeUi()[source]
Uninitializes the Component ui.
Returns: | Method success. |
Return type: | bool |
-
addWidget()[source]
Adds the Component Widget to the engine.
Returns: | Method success. |
Return type: | bool |
-
removeWidget()[source]
Removes the Component Widget from the engine.
Returns: | Method success. |
Return type: | bool |