17 #ifndef QGSATTRIBUTEDIALOG_H
18 #define QGSATTRIBUTEDIALOG_H
28 #include <QGridLayout>
73 bool editable() {
return mAttributeForm->editable(); }
96 bool event( QEvent *e )
override;
99 void accept()
override;
100 void reject()
override;
108 QString mSettingsPath;
112 bool mShowDialogButtons;
113 QString mReturnvarname;
125 static int sFormCounter;