Class: QgsDevToolWidget

A panel widget that can be shown in the developer tools panel.

Added in version 3.14.

Class Hierarchy

Inheritance diagram of qgis.gui.QgsDevToolWidget

Base classes

QgsPanelWidget

Base class for any widget that can be shown as a inline panel

QWidget

QObject

QPaintDevice

class qgis.gui.QgsDevToolWidget[source]

Bases: QgsPanelWidget

__init__(parent: QWidget | None = None)

Constructor for QgsDevToolWidget, with the specified parent widget.

Parameters:

parent (Optional[QWidget] = None)