26 OthersBrowserFlag, AllBrowsersFlag |
26 OthersBrowserFlag, AllBrowsersFlag |
27 |
27 |
28 |
28 |
29 class ProjectBrowser(E5TabWidget): |
29 class ProjectBrowser(E5TabWidget): |
30 """ |
30 """ |
31 Class implementing the project browser part of the eric5 UI. |
31 Class implementing the project browser part of the eric6 UI. |
32 |
32 |
33 It generates a widget with up to seven tabs. The individual tabs contain |
33 It generates a widget with up to seven tabs. The individual tabs contain |
34 the project sources browser, the project forms browser, |
34 the project sources browser, the project forms browser, |
35 the project resources browser, the project translations browser, |
35 the project resources browser, the project translations browser, |
36 the project interfaces (IDL) browser and a browser for stuff, |
36 the project interfaces (IDL) browser and a browser for stuff, |