17 #ifndef QGSATTRIBUTEEDITOR_H
18 #define QGSATTRIBUTEEDITOR_H
22 #include <QGridLayout>
60 static Q_DECL_DEPRECATED QWidget* createAttributeEditor( QWidget* parent, QWidget* editor,
QgsVectorLayer* vl,
int idx,
const QVariant &value, QMap<int, QWidget*>& proxyWidgets );
71 static QWidget* createAttributeEditor( QWidget* parent, QWidget* editor,
QgsVectorLayer* vl,
int idx,
const QVariant& value );
84 static bool retrieveValue( QWidget *widget,
QgsVectorLayer *vl,
int idx, QVariant &value );
85 static bool setValue( QWidget *widget,
QgsVectorLayer *vl,
int idx,
const QVariant &value );