Project/ProjectBaseBrowser.py

changeset 53
c3eb7cc1ff8b
parent 13
1af94a91f439
child 55
b5c84934de9c
equal deleted inserted replaced
52:ba69827929ee 53:c3eb7cc1ff8b
11 import sys 11 import sys
12 12
13 from PyQt4.QtCore import * 13 from PyQt4.QtCore import *
14 from PyQt4.QtGui import * 14 from PyQt4.QtGui import *
15 15
16 from E4Gui.E4Application import e4App 16 from E4Gui.E4Application import e5App
17 17
18 from UI.Browser import * 18 from UI.Browser import *
19 19
20 from .ProjectBrowserModel import * 20 from .ProjectBrowserModel import *
21 from .ProjectBrowserSortFilterProxyModel import ProjectBrowserSortFilterProxyModel 21 from .ProjectBrowserSortFilterProxyModel import ProjectBrowserSortFilterProxyModel
641 641
642 def _configure(self): 642 def _configure(self):
643 """ 643 """
644 Protected method to open the configuration dialog. 644 Protected method to open the configuration dialog.
645 """ 645 """
646 e4App().getObject("UserInterface").showPreferences("projectBrowserPage") 646 e5App().getObject("UserInterface").showPreferences("projectBrowserPage")

eric ide

mercurial