| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
Dialog to add a source field attribute. More...
#include <qgsaddattrdialog.h>

| Public Member Functions | |
| QgsAddAttrDialog (const std::list< QString > &typelist, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
| constructor  More... | |
| QgsAddAttrDialog (QgsVectorLayer *vlayer, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
| constructor  More... | |
| QgsField | field () const | 
| Returns a field for the configured attribute.  More... | |
Dialog to add a source field attribute.
Definition at line 38 of file qgsaddattrdialog.h.
| QgsAddAttrDialog::QgsAddAttrDialog | ( | QgsVectorLayer * | vlayer, | 
| QWidget * | parent = nullptr, | ||
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags | ||
| ) | 
constructor
Definition at line 25 of file qgsaddattrdialog.cpp.
| QgsAddAttrDialog::QgsAddAttrDialog | ( | const std::list< QString > & | typelist, | 
| QWidget * | parent = nullptr, | ||
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags | ||
| ) | 
constructor
| QgsField QgsAddAttrDialog::field | ( | ) | const | 
Returns a field for the configured attribute.
Definition at line 127 of file qgsaddattrdialog.cpp.