Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dox++
  • Loading branch information
nyalldawson committed May 1, 2023
1 parent ab19e8e commit cb32017
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/vector/qgsattributesformproperties.h
Expand Up @@ -303,6 +303,9 @@ class GUI_EXPORT QgsAttributesFormProperties : public QWidget, public QgsExpress
public:
explicit QgsAttributesFormProperties( QgsVectorLayer *layer, QWidget *parent = nullptr );

/**
* Creates a new attribute editor element based on the definition stored in \a item.
*/
QgsAttributeEditorElement *createAttributeEditorWidget( QTreeWidgetItem *item, QgsAttributeEditorElement *parent, bool isTopLevel = false );

void init();
Expand Down

0 comments on commit cb32017

Please sign in to comment.