5 |
5 |
6 """ |
6 """ |
7 Module implementing a menu to select the user agent string. |
7 Module implementing a menu to select the user agent string. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import QXmlStreamReader, QFile, QIODevice |
11 from PyQt5.QtCore import QXmlStreamReader, QFile, QIODevice |
13 from PyQt5.QtWidgets import QMenu, QAction, QActionGroup, QInputDialog, \ |
12 from PyQt5.QtWidgets import QMenu, QAction, QActionGroup, QInputDialog, \ |
14 QLineEdit |
13 QLineEdit |
15 |
14 |