Subgroup: Auth

Class: QgsAuthMethodEdit

class qgis.gui.QgsAuthMethodEdit(parent: QWidget = None)

Bases: PyQt5.QtWidgets.QWidget

Construct widget to edit an authentication method configuration

Note

Non-public since this is an abstract base class

Parameters:parent – Parent widget

Abstract base class for the edit widget of authentication method plugins

Methods

actionEvent
changeEvent
childEvent
clearConfig Clear GUI controls in subclassed widget
closeEvent
configMap The configuration key-vale map of subclasses
connectNotify
contextMenuEvent
create
customEvent
destroy
disconnectNotify
dragEnterEvent
dragLeaveEvent
dragMoveEvent
dropEvent
enterEvent
event
focusInEvent
focusNextChild
focusNextPrevChild
focusOutEvent
focusPreviousChild
hideEvent
initPainter
inputMethodEvent
isSignalConnected
keyPressEvent
keyReleaseEvent
leaveEvent
loadConfig Load an existing config map into subclassed widget
metric
mouseDoubleClickEvent
mouseMoveEvent
mousePressEvent
mouseReleaseEvent
moveEvent
nativeEvent
paintEvent
receivers
resetConfig Clear GUI controls in subclassed widget, optionally reloading any previously loaded config map
resizeEvent
sender
senderSignalIndex
sharedPainter
showEvent
tabletEvent
timerEvent
updateMicroFocus
validateConfig Validate the configuration of subclasses
wheelEvent

Signals

validityChanged Emitted when the configuration validatity changes [signal]

Attributes

actionEvent()
changeEvent()
childEvent()
clearConfig(self)

Clear GUI controls in subclassed widget

closeEvent()
configMap(self) → Dict[str, str]

The configuration key-vale map of subclasses

connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
event()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
loadConfig(self, configmap: Dict[str, str])

Load an existing config map into subclassed widget

Parameters:configmap
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resetConfig(self)

Clear GUI controls in subclassed widget, optionally reloading any previously loaded config map

resizeEvent()
sender()
senderSignalIndex()
sharedPainter()
showEvent()
tabletEvent()
timerEvent()
updateMicroFocus()
validateConfig(self) → bool

Validate the configuration of subclasses

validityChanged

Emitted when the configuration validatity changes [signal]

wheelEvent()