Project/ProjectBrowser.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
2 2
3 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the project browser part of the eric5 UI. 7 Module implementing the project browser part of the eric6 UI.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt5.QtCore import Qt 12 from PyQt5.QtCore import Qt
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,

eric ide

mercurial