We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 478eb59 commit ad99829Copy full SHA for ad99829
python/gui/qgsattributedialog.sip
@@ -48,7 +48,16 @@ class QgsAttributeDialog : QDialog
48
*/
49
void setHighlight( QgsHighlight *h );
50
51
- QDialog *dialog();
+ /**
52
+ * @brief Returns reference to self. Only here for legacy compliance
53
+ *
54
+ * @return this
55
56
+ * @deprecated Do not use. Just use this object itself. Or QgsAttributeForm if you want to embed.
57
+ */
58
+ QDialog *dialog() /Deprecated/;
59
+
60
+ QgsAttributeForm *attributeForm();
61
62
const QgsFeature* feature();
63
0 commit comments