Class: QgsTableWidgetItem¶
This can be used like a regular QTableWidgetItem with the difference that a specific role can be set to sort.
Class Hierarchy¶
Base classes¶
Methods
Set the role by which the items should be sorted. |
|
Gets the role by which the items should be sorted. |
- class qgis.gui.QgsTableWidgetItem[source]¶
Bases:
QTableWidgetItem
- __init__()
- __init__(text: str | None)
Creates a new table widget item with the specified text.
- Parameters:
text (Optional[str])
- __init__(a0: QgsTableWidgetItem)
- Parameters:
a0 (QgsTableWidgetItem)