|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
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 26 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 129 of file qgsaddattrdialog.cpp.