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 |