17 #ifndef qgsnewvectorlayerdialog_H
18 #define qgsnewvectorlayerdialog_H
20 #include "ui_qgsnewvectorlayerdialogbase.h"
33 static QString runAndCreateLayer( QWidget* parent = 0, QString* enc = 0 );
40 void attributes( QList< QPair<QString, QString> >& at )
const;
42 QString selectedFileFormat()
const;
44 int selectedCrsId()
const;
47 void on_mAddAttributeButton_clicked();
48 void on_mRemoveAttributeButton_clicked();
49 void on_mTypeBox_currentIndexChanged(
int index );
50 void on_pbnChangeSpatialRefSys_clicked();
52 void nameChanged( QString );
53 void selectionChanged();
60 #endif //qgsnewvectorlayerdialog_H