17 #ifndef QGSATTRIBUTEDIALOG_H
18 #define QGSATTRIBUTEDIALOG_H
26 #include <QGridLayout>
77 void restoreGeometry();
92 Q_DECL_DEPRECATED QDialog *
dialog() {
return this; }
103 bool editable() {
return mAttributeForm->editable(); }
112 void setIsAddDialog(
bool isAddDialog ) { mAttributeForm->setIsAddDialog( isAddDialog ); }
126 void show(
bool autoDelete =
true );
131 QString mSettingsPath;
135 bool mShowDialogButtons;
136 QString mReturnvarname;
144 static int sFormCounter;
145 static QString sSettingsPath;