Class: QgsVectorLayerProperties

class qgis.gui.QgsVectorLayerProperties(canvas: QgsMapCanvas | None, messageBar: QgsMessageBar | None, lyr: QgsVectorLayer | None = None, parent: QWidget | None = None, fl: Qt.WindowFlags | Qt.WindowType = QgsGuiUtils.ModalDialogFlags)

Bases: QgsLayerPropertiesDialog

Methods

actionEvent

apply

changeEvent

childEvent

closeEvent

connectNotify

contextMenuEvent

create

customEvent

destroy

disconnectNotify

dragEnterEvent

dragLeaveEvent

dragMoveEvent

dropEvent

enterEvent

event

eventFilter

param obj:

focusInEvent

focusNextChild

focusNextPrevChild

focusOutEvent

focusPreviousChild

hideEvent

initPainter

initialize

inputMethodEvent

isSignalConnected

keyPressEvent

keyReleaseEvent

leaveEvent

metric

mouseDoubleClickEvent

mouseMoveEvent

mousePressEvent

mouseReleaseEvent

moveEvent

nativeEvent

openUrl

optionsStackedWidget_CurrentChanged

param index:

optionsStackedWidget_WidgetRemoved

Remove tab and unregister widgets on page remove

paintEvent

receivers

refocusDialog

registerTextSearchWidgets

register widgets in the dialog to search for text in it it is automatically called if a line edit has "mSearchLineEdit" as object name.

resizeEvent

rollback

sender

senderSignalIndex

sharedPainter

showEvent

storeCurrentStyleForUndo

syncToLayer

tabletEvent

timerEvent

updateMicroFocus

updateOptionsListVerticalTabs

Update tabs on the splitter move

updateWindowTitle

warnAboutMissingObjects

wheelEvent

actionEvent(self, a0: QActionEvent | None)
apply(self)
changeEvent(self, a0: QEvent | None)
childEvent(self, a0: QChildEvent | None)
closeEvent(self, a0: QCloseEvent | None)
connectNotify(self, signal: QMetaMethod)
contextMenuEvent(self, a0: QContextMenuEvent | None)
create(self, window: PyQt5.sip.voidptr = None, initializeWindow: bool = True, destroyOldWindow: bool = True)
customEvent(self, a0: QEvent | None)
destroy(self, destroyWindow: bool = True, destroySubWindows: bool = True)
disconnectNotify(self, signal: QMetaMethod)
dragEnterEvent(self, a0: QDragEnterEvent | None)
dragLeaveEvent(self, a0: QDragLeaveEvent | None)
dragMoveEvent(self, a0: QDragMoveEvent | None)
dropEvent(self, a0: QDropEvent | None)
enterEvent(self, a0: QEvent | None)
event(self, a0: QEvent | None) bool
eventFilter(self, obj: QObject | None, ev: QEvent | None) bool
Parameters:
  • obj (Optional[QObject])

  • ev (Optional[QEvent])

Return type:

bool

focusInEvent(self, a0: QFocusEvent | None)
focusNextChild(self) bool
focusNextPrevChild(self, next: bool) bool
focusOutEvent(self, a0: QFocusEvent | None)
focusPreviousChild(self) bool
hideEvent(self, a0: QHideEvent | None)
initPainter(self, painter: QPainter | None)
initialize()
inputMethodEvent(self, a0: QInputMethodEvent | None)
isSignalConnected(self, signal: QMetaMethod) bool
keyPressEvent(self, a0: QKeyEvent | None)
keyReleaseEvent(self, a0: QKeyEvent | None)
leaveEvent(self, a0: QEvent | None)
metric(self, a0: QPaintDevice.PaintDeviceMetric) int
mouseDoubleClickEvent(self, a0: QMouseEvent | None)
mouseMoveEvent(self, a0: QMouseEvent | None)
mousePressEvent(self, a0: QMouseEvent | None)
mouseReleaseEvent(self, a0: QMouseEvent | None)
moveEvent(self, a0: QMoveEvent | None)
nativeEvent(self, eventType: QByteArray | bytes | bytearray, message: PyQt5.sip.voidptr | None)
openUrl()
optionsStackedWidget_CurrentChanged(self, index: int)
Parameters:

index (int)

optionsStackedWidget_WidgetRemoved(self, index: int)

Remove tab and unregister widgets on page remove

paintEvent(self, e: QPaintEvent | None)
receivers(self, signal: PYQT_SIGNAL) int
refocusDialog()
registerTextSearchWidgets(self)

register widgets in the dialog to search for text in it it is automatically called if a line edit has “mSearchLineEdit” as object name.

Added in version 3.0.

resizeEvent(self, a0: QResizeEvent | None)
rollback(self)
sender(self) QObject | None
senderSignalIndex(self) int
sharedPainter(self) QPainter | None
showEvent(self, e: QShowEvent | None)
storeCurrentStyleForUndo()
syncToLayer(self)
tabletEvent(self, a0: QTabletEvent | None)
timerEvent(self, a0: QTimerEvent | None)
updateMicroFocus(self)
updateOptionsListVerticalTabs(self)

Update tabs on the splitter move

updateWindowTitle(self)
warnAboutMissingObjects(self)
wheelEvent(self, a0: QWheelEvent | None)