Project/ProjectBrowser.py

changeset 3656
441956d8fce5
parent 3600
7d17c492ab95
child 3670
f0cb7579c0b4
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
7 Module implementing the project browser part of the eric5 UI. 7 Module implementing the project browser part of the eric5 UI.
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt4.QtCore import Qt 12 from PyQt5.QtCore import Qt
13 from PyQt4.QtGui import QColor, QApplication 13 from PyQt5.QtGui import QColor
14 from PyQt5.QtWidgets import QApplication
14 15
15 from UI.Browser import Browser 16 from UI.Browser import Browser
16 17
17 from E5Gui.E5TabWidget import E5TabWidget 18 from E5Gui.E5TabWidget import E5TabWidget
18 from E5Gui.E5Led import E5ClickableLed 19 from E5Gui.E5Led import E5ClickableLed

eric ide

mercurial