Subgroup: Auth

Class: QgsAuthCertTrustPolicyComboBox

class qgis.gui.QgsAuthCertTrustPolicyComboBox(parent: QWidget = None, policy: QgsAuthCertUtils.CertTrustPolicy = QgsAuthCertUtils.DefaultTrust, defaultpolicy: QgsAuthCertUtils.CertTrustPolicy = QgsAuthCertUtils.DefaultTrust)

Bases: PyQt5.QtWidgets.QComboBox

Construct a combo box for defining certificate trust policy

Parameters:
  • parent – Parent widget
  • policy – Defined trust policy
  • defaultpolicy – Default trust policy

Widget for editing the trust policy associated with a Certificate (Intermediate) Authority

Methods

actionEvent
changeEvent
childEvent
closeEvent
connectNotify
contextMenuEvent
create
customEvent
destroy
disconnectNotify
dragEnterEvent
dragLeaveEvent
dragMoveEvent
dropEvent
enterEvent
focusInEvent
focusNextChild
focusNextPrevChild
focusOutEvent
focusPreviousChild
hideEvent
initPainter
initStyleOption
inputMethodEvent
isSignalConnected
keyPressEvent
keyReleaseEvent
leaveEvent
metric
mouseDoubleClickEvent
mouseMoveEvent
mousePressEvent
mouseReleaseEvent
moveEvent
nativeEvent
paintEvent
receivers
resizeEvent
sender
senderSignalIndex
setDefaultTrustPolicy Set default trust policy
setTrustPolicy Set current trust policy
sharedPainter
showEvent
tabletEvent
timerEvent
trustPolicy Get currently set trust policy
trustPolicyForIndex Get trust policy for a given index of combobox
updateMicroFocus
wheelEvent

Signals

Attributes

actionEvent()
changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
initStyleOption()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resizeEvent()
sender()
senderSignalIndex()
setDefaultTrustPolicy(self, defaultpolicy: QgsAuthCertUtils.CertTrustPolicy)

Set default trust policy

setTrustPolicy(self, policy: QgsAuthCertUtils.CertTrustPolicy)

Set current trust policy

sharedPainter()
showEvent()
tabletEvent()
timerEvent()
trustPolicy(self) → QgsAuthCertUtils.CertTrustPolicy

Get currently set trust policy

trustPolicyForIndex(self, indx: int) → QgsAuthCertUtils.CertTrustPolicy

Get trust policy for a given index of combobox

updateMicroFocus()
wheelEvent()