5 |
5 |
6 """ |
6 """ |
7 Module implementing the GreaseMonkey scripts configuration dialog. |
7 Module implementing the GreaseMonkey scripts configuration dialog. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import pyqtSlot, Qt, QUrl |
11 from PyQt5.QtCore import pyqtSlot, Qt, QUrl |
13 from PyQt5.QtGui import QDesktopServices |
12 from PyQt5.QtGui import QDesktopServices |
14 from PyQt5.QtWidgets import QDialog, QListWidgetItem |
13 from PyQt5.QtWidgets import QDialog, QListWidgetItem |
15 |
14 |