Subgroup: Auth

Class: QgsAuthCertInfoDialog

class qgis.gui.QgsAuthCertInfoDialog(cert: QSslCertificate, manageCertTrust: bool, parent: QWidget = None, connectionCAs: Iterable[QSslCertificate] = [])

Bases: PyQt5.QtWidgets.QDialog

Construct a dialog displaying detailed info on a certificate and its hierarchical trust chain

Parameters:
  • cert – Certificate object
  • manageCertTrust – Whether to show widgets to manage the trust policy of certs in hierarchy
  • parent – Parent widget
  • connectionCAs – List of hierarchical certificates in a connection

Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain

actionEvent()
certInfoWidget(self) → QgsAuthCertInfo

Get access to embedded info widget

changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
event()
eventFilter()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resizeEvent()
sender()
senderSignalIndex()
sharedPainter()
showEvent()
tabletEvent()
timerEvent()
trustCacheRebuilt(self) → bool

Whether the trust cache has been rebuilt

Note

This happens when a trust policy has been adjusted for any cert in the hierarchy

updateMicroFocus()
wheelEvent()