7 Module implementing the feature permission manager object. |
7 Module implementing the feature permission manager object. |
8 """ |
8 """ |
9 |
9 |
10 import contextlib |
10 import contextlib |
11 |
11 |
12 from PyQt5.QtCore import QObject |
12 from PyQt6.QtCore import QObject |
13 from PyQt5.QtWidgets import QDialog |
13 from PyQt6.QtWidgets import QDialog |
14 from PyQt5.QtWebEngineWidgets import QWebEnginePage |
14 from PyQt6.QtWebEngineWidgets import QWebEnginePage |
15 |
15 |
16 import Globals |
16 import Globals |
17 import Preferences |
17 import Preferences |
18 |
18 |
19 |
19 |