8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 import functools |
11 import functools |
12 |
12 |
13 from PyQt5.QtCore import QXmlStreamReader, QFile, QIODevice |
13 from PyQt6.QtCore import QXmlStreamReader, QFile, QIODevice |
14 from PyQt5.QtWidgets import ( |
14 from PyQt6.QtGui import QAction, QActionGroup |
15 QMenu, QAction, QActionGroup, QInputDialog, QLineEdit |
15 from PyQt6.QtWidgets import QMenu, QInputDialog, QLineEdit |
16 ) |
|
17 |
16 |
18 from E5Gui import E5MessageBox |
17 from E5Gui import E5MessageBox |
19 |
18 |
20 |
19 |
21 class UserAgentMenu(QMenu): |
20 class UserAgentMenu(QMenu): |