9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
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 eric7 import Utilities | |
14 from eric7.EricWidgets.EricApplication import ericApp | 15 from eric7.EricWidgets.EricApplication import ericApp |
15 | |
16 from eric7 import Utilities | |
17 | |
18 | 16 |
19 _stylesheetsCache = { | 17 _stylesheetsCache = { |
20 "dark": "", | 18 "dark": "", |
21 "light": "", | 19 "light": "", |
22 } | 20 } |