18 #ifndef QGSATTRIBUTEEDITOR_H
19 #define QGSATTRIBUTEEDITOR_H
35 static QWidget *createAttributeEditor( QWidget *parent, QWidget *editor,
QgsVectorLayer *vl,
int idx,
const QVariant &value );
36 static bool retrieveValue( QWidget *widget,
QgsVectorLayer *vl,
int idx, QVariant &value );
37 static bool setValue( QWidget *widget,
QgsVectorLayer *vl,
int idx,
const QVariant &value );
40 static QComboBox *comboBox( QWidget *editor, QWidget *parent );
43 void selectFileName();