locationsBrowser.py
Others:
Bases: manager.qwidgetComponent.QWidgetComponent
Defaults file browsers:
Windows:
- Explorer
Mac Os X:
- Finder
Linux:
- Nautilus
- Dolphin
- Konqueror
- Thunar
Initializes the class.
Parameters: |
|
---|
Property for self.__settings attribute.
Returns: | self.__settings. |
---|---|
Return type: | QSettings |
Property for self.__settingsSection attribute.
Returns: | self.__settingsSection. |
---|---|
Return type: | unicode |
Property for self.__componentsManagerUi attribute.
Returns: | self.__componentsManagerUi. |
---|---|
Return type: | QWidget |
Property for self.__preferencesManager attribute.
Returns: | self.__preferencesManager. |
---|---|
Return type: | QWidget |
Property for self.__iblSetsOutliner attribute.
Returns: | self.__iblSetsOutliner. |
---|---|
Return type: | QWidget |
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.__Open_Output_Directory_pushButton attribute.
Returns: | self.__Open_Output_Directory_pushButton. |
---|---|
Return type: | QPushButton |
Property for self.__linuxBrowsers attribute.
Returns: | self.__linuxBrowsers. |
---|---|
Return type: | QObject |
Activates the Component.
Parameters: | engine (QObject) – Container to attach the Component to. |
---|---|
Returns: | Method success. |
Return type: | bool |
Adds the Component Widget to the engine.
Returns: | Method success. |
---|---|
Return type: | bool |
Removes the Component Widget from the engine.
Returns: | Method success. |
---|---|
Return type: | bool |
Open selected Ibl Sets directories.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Opens sibl_gui.components.core.inspector.inspector Component Ibl Set directory.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Opens selected Components directories.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Opens selected Templates directories.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |
Opens output directory.
Returns: | Method success. |
---|---|
Return type: | bool |
Note: | May require user interaction. |