Class: QgsDevToolWidget¶
A panel widget that can be shown in the developer tools panel.
Added in version 3.14.
Class Hierarchy¶
Base classes¶
Base class for any widget that can be shown as a inline panel |
|
- 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)