Project/ProjectBrowser.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 55
b5c84934de9c
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
2 2
3 # Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the project browser part of the eric4 UI. 7 Module implementing the project browser part of the eric5 UI.
8 """ 8 """
9 9
10 import os 10 import os
11 import sys 11 import sys
12 12
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,

eric ide

mercurial