Subgroup: Auth

Class: QgsAuthConfigEditor

class qgis.gui.QgsAuthConfigEditor(parent: QWidget = None, showUtilities: bool = True, relayMessages: bool = True)

Bases: PyQt5.QtWidgets.QWidget

Widget for editing authentication configurations directly in database

Parameters:
  • parent – Parent widget
  • showUtilities – Whether to show the widget’s utilities button
  • relayMessages – Whether to relay auth manager messages to internal message bar

Widget for editing authentication configuration database

Methods

actionEvent
changeEvent
childEvent
closeEvent
connectNotify
contextMenuEvent
create
customEvent
destroy
disconnectNotify
dragEnterEvent
dragLeaveEvent
dragMoveEvent
dropEvent
enterEvent
event
focusInEvent
focusNextChild
focusNextPrevChild
focusOutEvent
focusPreviousChild
hideEvent
initPainter
inputMethodEvent
isSignalConnected
keyPressEvent
keyReleaseEvent
leaveEvent
metric
mouseDoubleClickEvent
mouseMoveEvent
mousePressEvent
mouseReleaseEvent
moveEvent
nativeEvent
paintEvent
receivers
resizeEvent
sender
senderSignalIndex
setRelayMessages Set whether to relay auth manager messages to internal message bar, e.
setShowUtilitiesButton Set whether to show the widget’s utilities button, e.
sharedPainter
showEvent
tabletEvent
timerEvent
toggleTitleVisibility Hide the widget’s title, e.
updateMicroFocus
wheelEvent

Signals

Attributes

actionEvent()
changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
event()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent()
receivers()
resizeEvent()
sender()
senderSignalIndex()
setRelayMessages(self, relay: bool = True)

Set whether to relay auth manager messages to internal message bar, e.g. when embedding

setShowUtilitiesButton(self, show: bool = True)

Set whether to show the widget’s utilities button, e.g. when embedding

sharedPainter()
showEvent()
tabletEvent()
timerEvent()
toggleTitleVisibility(self, visible: bool)

Hide the widget’s title, e.g. when embedding

updateMicroFocus()
wheelEvent()