loaderScriptOptions.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Initializes the class.
Parameters: |
|
---|
Property for self.__templatesOutliner attribute.
Returns: | self.__templatesOutliner. |
---|---|
Return type: | QWidget |
Property for self.__loaderScript attribute.
Returns: | self.__loaderScript. |
---|---|
Return type: | QWidget |
Property for self.__commonView attribute.
Returns: | self.__commonView. |
---|---|
Return type: | QListView |
Property for self.__additionalView attribute.
Returns: | self.__additionalView. |
---|---|
Return type: | QListView |
Property for self.__namespaceSplitter attribute.
Returns: | self.__namespaceSplitter. |
---|---|
Return type: | unicode |
Property for self.__templatesSettingsDirectory attribute.
Returns: | self.__templatesSettingsDirectory. |
---|---|
Return type: | unicode |
Property for self.__templateSettingsFile attribute.
Returns: | self.__templateSettingsFile. |
---|---|
Return type: | unicode |
Property for self.__templateCommonAttributesSection attribute.
Returns: | self.__templateCommonAttributesSection. |
---|---|
Return type: | unicode |
Property for self.__templateAdditionalAttributesSection attribute.
Returns: | self.__templateAdditionalAttributesSection. |
---|---|
Return type: | unicode |
Property for self.__templateScriptSection attribute.
Returns: | self.__templateScriptSection. |
---|---|
Return type: | unicode |
Property for self.__optionsToolboxesHeaders attribute.
Returns: | self.__optionsToolboxesHeaders. |
---|---|
Return type: | list |
Property for self.__uiLightGrayColor attribute.
Returns: | self.__uiLightGrayColor. |
---|---|
Return type: | QColor |
Property for self.__uiDarkGrayColor attribute.
Returns: | self.__uiDarkGrayColor. |
---|---|
Return type: | QColor |
Property for self.__enumSplitter attribute.
Returns: | self.__enumSplitter. |
---|---|
Return type: | unicode |
Activates the Component.
Parameters: | engine (QObject) – Engine to attach the Component to. |
---|---|
Returns: | Method success. |
Return type: | bool |
Adds the Component Widget to the engine.
Returns: | Method success. |
---|---|
Return type: | bool |