8552:f9cf1ff5126a | 8553:10d31e5ce9e5 |
---|---|
9 | 9 |
10 import contextlib | 10 import contextlib |
11 | 11 |
12 from PyQt6.QtCore import QObject | 12 from PyQt6.QtCore import QObject |
13 from PyQt6.QtWidgets import QDialog | 13 from PyQt6.QtWidgets import QDialog |
14 from PyQt6.QtWebEngineWidgets import QWebEnginePage | 14 from PyQt6.QtWebEngineCore import QWebEnginePage |
15 | 15 |
16 import Globals | 16 import Globals |
17 import Preferences | 17 import Preferences |
18 | 18 |
19 | 19 |