22 try: |
23 try: |
23 from PyQt5 import QtWebEngineWidgets # __IGNORE_WARNING__ |
24 from PyQt5 import QtWebEngineWidgets # __IGNORE_WARNING__ |
24 except ImportError: |
25 except ImportError: |
25 pass |
26 pass |
26 |
27 |
|
28 sys.path.append(os.path.dirname(os.path.dirname(__file__))) |
|
29 # add the eric package directory |
27 |
30 |
28 def objectName(formFile, projectPath): |
31 def objectName(formFile, projectPath): |
29 """ |
32 """ |
30 Function to get the object name of a form. |
33 Function to get the object name of a form. |
31 |
34 |