src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py

branch
eric7
changeset 9512
6e29913ba7b6
parent 9473
3f23dbf37dbe
child 9525
477545eef9f4
equal deleted inserted replaced
9511:263a664d55dc 9512:6e29913ba7b6
14 14
15 from .ConfigurationPageBase import ConfigurationPageBase 15 from .ConfigurationPageBase import ConfigurationPageBase
16 from .Ui_ProjectBrowserPage import Ui_ProjectBrowserPage 16 from .Ui_ProjectBrowserPage import Ui_ProjectBrowserPage
17 17
18 18
19 # TODO: change project browser configuration to use a QListWidget
19 class ProjectBrowserPage(ConfigurationPageBase, Ui_ProjectBrowserPage): 20 class ProjectBrowserPage(ConfigurationPageBase, Ui_ProjectBrowserPage):
20 """ 21 """
21 Class implementing the Project Browser configuration page. 22 Class implementing the Project Browser configuration page.
22 """ 23 """
23 24

eric ide

mercurial