17 #ifndef QGSNEWGEOPACKAGELAYERDIALOG_H 18 #define QGSNEWGEOPACKAGELAYERDIALOG_H 20 #include "ui_qgsnewgeopackagelayerdialogbase.h" 38 void on_mAddAttributeButton_clicked();
39 void on_mRemoveAttributeButton_clicked();
40 void on_mFieldTypeBox_currentIndexChanged(
int index );
41 void on_mGeometryTypeBox_currentIndexChanged(
int index );
42 void on_mSelectDatabaseButton_clicked();
43 void on_mDatabaseEdit_textChanged(
const QString& text );
44 void on_mTableNameEdit_textChanged(
const QString& text );
45 void on_mTableNameEdit_textEdited(
const QString& text );
46 void on_mLayerIdentifierEdit_textEdited(
const QString& text );
47 void fieldNameChanged(
const QString& );
48 void selectionChanged();
52 void on_buttonBox_accepted();
53 void on_buttonBox_rejected();
60 bool mTableNameEdited;
61 bool mLayerIdentifierEdited;
64 #endif // QGSNEWVECTORLAYERDIALOG_H const char * className() const
static const Qt::WindowFlags ModalDialogFlags
Dialog to set up parameters to create a new GeoPackage layer, and on accept() to create it and add it...
static void run(const QString &context)