17#ifndef QGSORGANIZEFILTERTABLESDIALOG_H_
18#define QGSORGANIZEFILTERTABLESDIALOG_H_
20#include "ui_qgsorganizetablecolumnsdialog.h"
A container for configuration of the attribute table.
void toggleSelection()
Toggle the check state of selected fields to hide or show them in the attribute table.
void showAll()
showAll checks all the fields to show them all in the attribute table
QgsOrganizeTableColumnsDialog(const QgsVectorLayer *vl, const QgsAttributeTableConfig &config, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::Window)
Constructor.
void hideAll()
hideAll unchecks all the fields to hide them all in the attribute table
QgsAttributeTableConfig config() const
Gets the updated configuration.
Represents a vector layer which manages a vector based dataset.