Class: QgsListWidget¶
Widget allowing editing a QVariantList, 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. |
|
Check the content is valid |
- class qgis.gui.QgsListWidget[source]¶
Bases:
QgsTableWidgetBase
- __init__(subType: QMetaType.Type, parent: QWidget | None = None)
Constructor.
- Parameters:
subType (QMetaType.Type)
parent (Optional[QWidget] = None)
- list(self) List[Any] [source]¶
Gets the edit value.
- Return type:
List[Any]
- Returns:
the QVariantList