32 from eric7.UI.NotificationWidget import NotificationTypes |
32 from eric7.UI.NotificationWidget import NotificationTypes |
33 |
33 |
34 |
34 |
35 from eric7 import Preferences, Utilities |
35 from eric7 import Preferences, Utilities |
36 |
36 |
37 from eric7config import getConfig |
37 from eric7.Globals import getConfig |
38 |
38 |
39 |
39 |
40 class ProjectFormsBrowser(ProjectBaseBrowser): |
40 class ProjectFormsBrowser(ProjectBaseBrowser): |
41 """ |
41 """ |
42 A class used to display the forms part of the project. |
42 A class used to display the forms part of the project. |