32 ResourcesBrowserFlag, TranslationsBrowserFlag, InterfacesBrowserFlag, \ |
32 ResourcesBrowserFlag, TranslationsBrowserFlag, InterfacesBrowserFlag, \ |
33 OthersBrowserFlag, AllBrowsersFlag |
33 OthersBrowserFlag, AllBrowsersFlag |
34 |
34 |
35 class ProjectBrowser(E4TabWidget): |
35 class ProjectBrowser(E4TabWidget): |
36 """ |
36 """ |
37 Class implementing the project browser part of the eric4 UI. |
37 Class implementing the project browser part of the eric5 UI. |
38 |
38 |
39 It generates a widget with up to seven tabs. The individual tabs contain |
39 It generates a widget with up to seven tabs. The individual tabs contain |
40 the project sources browser, the project forms browser, |
40 the project sources browser, the project forms browser, |
41 the project resources browser, the project translations browser, |
41 the project resources browser, the project translations browser, |
42 the project interfaces (IDL) browser and a browser for stuff, |
42 the project interfaces (IDL) browser and a browser for stuff, |