comparison: src/eric7/UI/CodeDocumentationViewerTemplate.py
src/eric7/UI/CodeDocumentationViewerTemplate.py
- branch
- eric7
- changeset 9413
- 80c06d472826
- parent 9221
- bf71ee032bb4
- child 9473
- 3f23dbf37dbe
equal
deleted
inserted
replaced
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import QCoreApplication |
12 from PyQt6.QtCore import QCoreApplication |
13 |
13 |
14 from EricWidgets.EricApplication import ericApp |
14 from eric7.EricWidgets.EricApplication import ericApp |
15 |
15 |
16 import Utilities |
16 from eric7 import Utilities |
17 |
17 |
18 |
18 |
19 _stylesheetsCache = { |
19 _stylesheetsCache = { |
20 "dark": "", |
20 "dark": "", |
21 "light": "", |
21 "light": "", |