eric7/WebBrowser/Network/SslErrorExceptionsDialog.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8553
10d31e5ce9e5
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
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 PyQt5.QtCore import pyqtSlot, Qt, QPoint 10 from PyQt6.QtCore import pyqtSlot, Qt, QPoint
11 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QMenu 11 from PyQt6.QtWidgets import QDialog, QTreeWidgetItem, QMenu
12 from PyQt5.QtWebEngineWidgets import QWebEngineCertificateError 12 from PyQt6.QtWebEngineWidgets import QWebEngineCertificateError
13 13
14 from .Ui_SslErrorExceptionsDialog import Ui_SslErrorExceptionsDialog 14 from .Ui_SslErrorExceptionsDialog import Ui_SslErrorExceptionsDialog
15 15
16 16
17 class SslErrorExceptionsDialog(QDialog, Ui_SslErrorExceptionsDialog): 17 class SslErrorExceptionsDialog(QDialog, Ui_SslErrorExceptionsDialog):

eric ide

mercurial