Class: QgsOrganizeTableColumnsDialog¶
Dialog for organising (hiding and reordering) columns in the attributes table.
Class Hierarchy¶
Base classes¶
Methods
Gets the updated configuration |
|
hideAll unchecks all the fields to hide them all in the attribute table |
|
showAll checks all the fields to show them all in the attribute table |
|
Toggle the check state of selected fields to hide or show them in the attribute table |
- class qgis.gui.QgsOrganizeTableColumnsDialog[source]¶
Bases:
QDialog
- __init__(vl: QgsVectorLayer | None, config: QgsAttributeTableConfig, parent: QWidget | None = None, flags: Qt.WindowFlags | Qt.WindowType = Qt.Window)
Constructor
- Parameters:
vl (Optional[QgsVectorLayer]) – The concerned vector layer
parent (Optional[QWidget] = None) – parent object
config (QgsAttributeTableConfig) – attribute table config to use.
flags (Union[Qt.WindowFlags, Qt.WindowType] = Qt.Window) – window flags
- __init__(vl: QgsVectorLayer | None, parent: QWidget | None = None, flags: Qt.WindowFlags | Qt.WindowType = Qt.Window)
Constructor
- Parameters:
vl (Optional[QgsVectorLayer]) – The concerned vector layer
parent (Optional[QWidget] = None) – parent object
flags (Union[Qt.WindowFlags, Qt.WindowType] = Qt.Window) – window flags
- config(self) QgsAttributeTableConfig [source]¶
Gets the updated configuration
- Return type: