Class: QgsKeyValueWidget¶
Widget allowing editing a QVariantMap, using a table.
Class Hierarchy¶
Base classes¶
Base widget allowing editing a collection, using a table. |
|
Methods
Gets the edit value. |
|
Set the initial value of the widget. |
- class qgis.gui.QgsKeyValueWidget[source]¶
Bases:
QgsTableWidgetBase
- __init__(parent: QWidget | None = None)
Constructor.
- Parameters:
parent (Optional[QWidget] = None)