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

Enums

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

Sets default trust policy

setTrustPolicy

Sets current trust policy

sharedPainter

showEvent

tabletEvent

timerEvent

trustPolicy

Gets currently set trust policy

trustPolicyForIndex

Gets 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)

Sets default trust policy

setTrustPolicy(self, policy: QgsAuthCertUtils.CertTrustPolicy)

Sets current trust policy

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

Gets currently set trust policy

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

Gets trust policy for a given index of combobox

updateMicroFocus()
wheelEvent()