Class: QgsDevToolWidget¶
A panel widget that can be shown in the developer tools panel.
Added in version 3.14.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Base class for any widget that can be shown as an inline panel. |
|
- class qgis.gui.QgsDevToolWidget[source]¶
Bases:
QgsPanelWidget- __init__(parent: QWidget | None = None)
Constructor for QgsDevToolWidget, with the specified
parentwidget.- Parameters:
parent (Optional[QWidget] = None)