Class: QgsUserInputWidget¶
A floating widget that can be used to display widgets for user inputs.
It can be used by map tools, plugins, etc. Several widgets can be displayed at once, they will be separated by a separator. Widgets will be either layout horizontally or vertically. The widget is automatically hidden if it contains no widget.
Class Hierarchy¶
Base classes¶
A QWidget subclass for creating widgets which float outside of the normal Qt layout system. |
|
- class qgis.gui.QgsUserInputWidget[source]¶
Bases:
QgsFloatingWidget- __init__(parent: QWidget | None = None)
Constructor for QgsUserInputWidget
- Parameters:
parent (Optional[QWidget] = None)