Module implementing the project browser part of the eric4 UI.
ProjectBrowser | Class implementing the project browser part of the eric4 UI. |
None |
Class implementing the project browser part of the eric4 UI.
It generates a widget with four tabs. The individual tabs contain the project sources browser, the project forms browser, the project translations browser and a browser for stuff that doesn't fit these categories. Optionally it contains a fifth tab with the file system browser.
ProjectBrowser | Constructor |
__currentChanged | Private slot to handle the currentChanged(int) signal. |
__newProject | Private slot to handle the newProject signal. |
__projectClosed | Private slot to handle the projectClosed signal. |
__projectOpened | Private slot to handle the projectOpened signal. |
__projectPropertiesChanged | Private slot to handle the projectPropertiesChanged signal. |
__setBrowserTabEnabled | Private method to set the enabled status of a browser tab. |
__setSourcesIcon | Private method to set the right icon for the sources browser tab. |
getProjectBrowsers | Public method to get references to the individual project browsers. |
handleEditorChanged | Public slot to handle the editorChanged signal. |
showEvent | Protected method handleing the show event. |
Constructor
Private slot to handle the currentChanged(int) signal.
Private slot to handle the newProject signal.
Private slot to handle the projectClosed signal.
Private slot to handle the projectOpened signal.
Private slot to handle the projectPropertiesChanged signal.
Private method to set the enabled status of a browser tab.
Private method to set the right icon for the sources browser tab.
Public method to get references to the individual project browsers.
Public slot to handle the editorChanged signal.
Protected method handleing the show event.