Class: QgsUserInputWidget¶
The QgsUserInputWidget
class is a floating widget that shall
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. Floating widgets use an “anchor widget” to determine how they are anchored within their parent widget. |
|
Methods
Add a widget to be displayed in the dock. |
- class qgis.gui.QgsUserInputWidget[source]¶
Bases:
QgsFloatingWidget
- __init__(parent: QWidget | None = None)
Constructor for QgsUserInputWidget
- Parameters:
parent (Optional[QWidget] = None)