12 |
12 |
13 from PyQt6.QtCore import QXmlStreamReader, QFile, QIODevice |
13 from PyQt6.QtCore import QXmlStreamReader, QFile, QIODevice |
14 from PyQt6.QtGui import QAction, QActionGroup |
14 from PyQt6.QtGui import QAction, QActionGroup |
15 from PyQt6.QtWidgets import QMenu, QInputDialog, QLineEdit |
15 from PyQt6.QtWidgets import QMenu, QInputDialog, QLineEdit |
16 |
16 |
17 from E5Gui import EricMessageBox |
17 from EricWidgets import EricMessageBox |
18 |
18 |
19 |
19 |
20 class UserAgentMenu(QMenu): |
20 class UserAgentMenu(QMenu): |
21 """ |
21 """ |
22 Class implementing a menu to select the user agent string. |
22 Class implementing a menu to select the user agent string. |