65 void lockDatabasePath();
73 void setOverwriteBehavior( OverwriteBehavior behavior );
81 void setAddToProject(
bool addToProject );
84 void mAddAttributeButton_clicked();
85 void mRemoveAttributeButton_clicked();
86 void mFieldTypeBox_currentIndexChanged(
int index );
87 void mGeometryTypeBox_currentIndexChanged(
int index );
88 void mTableNameEdit_textChanged(
const QString &text );
89 void mTableNameEdit_textEdited(
const QString &text );
90 void mLayerIdentifierEdit_textEdited(
const QString &text );
91 void fieldNameChanged(
const QString & );
92 void selectionChanged();
96 void buttonBox_accepted();
97 void buttonBox_rejected();
99 void moveFieldsDown();
104 QPushButton *mOkButton =
nullptr;
106 bool mTableNameEdited =
false;
107 bool mLayerIdentifierEdited =
false;
108 OverwriteBehavior mBehavior = Prompt;
109 bool mAddToProject =
true;