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 (QWidget = None) – 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]

actionEvent(self, QActionEvent)
changeEvent(self, QEvent)
childEvent(self, QChildEvent)
clearConfig(self)

Clear GUI controls in subclassed widget

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

The configuration key-vale map of subclasses

Return type

Dict[str, str]

connectNotify(self, QMetaMethod)
contextMenuEvent(self, QContextMenuEvent)
create(self, window: sip.voidptr = 0, initializeWindow: bool = True, destroyOldWindow: bool = True)
customEvent(self, QEvent)
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
disconnectNotify(self, QMetaMethod)
dragEnterEvent(self, QDragEnterEvent)
dragLeaveEvent(self, QDragLeaveEvent)
dragMoveEvent(self, QDragMoveEvent)
dropEvent(self, QDropEvent)
enterEvent(self, QEvent)
event(self, QEvent) → bool
focusInEvent(self, QFocusEvent)
focusNextChild(self) → bool
focusNextPrevChild(self, bool) → bool
focusOutEvent(self, QFocusEvent)
focusPreviousChild(self) → bool
hideEvent(self, QHideEvent)
initPainter(self, QPainter)
inputMethodEvent(self, QInputMethodEvent)
isSignalConnected(self, QMetaMethod) → bool
keyPressEvent(self, QKeyEvent)
keyReleaseEvent(self, QKeyEvent)
leaveEvent(self, QEvent)
loadConfig(self, configmap: Dict[str, str])

Load an existing config map into subclassed widget

Parameters

configmap (Dict[str) –

metric(self, QPaintDevice.PaintDeviceMetric) → int
mouseDoubleClickEvent(self, QMouseEvent)
mouseMoveEvent(self, QMouseEvent)
mousePressEvent(self, QMouseEvent)
mouseReleaseEvent(self, QMouseEvent)
moveEvent(self, QMoveEvent)
nativeEvent(self, Union[QByteArray, bytes, bytearray], sip.voidptr) → Tuple[bool, int]
paintEvent(self, QPaintEvent)
receivers(self, PYQT_SIGNAL) → int
resetConfig(self)

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

resizeEvent(self, QResizeEvent)
sender(self) → QObject
senderSignalIndex(self) → int
sharedPainter(self) → QPainter
showEvent(self, QShowEvent)
tabletEvent(self, QTabletEvent)
timerEvent(self, QTimerEvent)
updateMicroFocus(self)
validateConfig(self) → bool

Validate the configuration of subclasses

Return type

bool

validityChanged

Emitted when the configuration validatity changes [signal]

Parameters

valid (bool) –

wheelEvent(self, QWheelEvent)