5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to edit the SSL error exceptions. |
7 Module implementing a dialog to edit the SSL error exceptions. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import pyqtSlot, Qt, QPoint |
11 from PyQt5.QtCore import pyqtSlot, Qt, QPoint |
13 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QMenu |
12 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QMenu |
14 from PyQt5.QtWebEngineWidgets import QWebEngineCertificateError |
13 from PyQt5.QtWebEngineWidgets import QWebEngineCertificateError |
15 |
14 |