Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 17, 2023
1 parent e3c4db9 commit 2f416cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/gui/vector/qgsattributesformproperties.h
Expand Up @@ -224,7 +224,16 @@ class GUI_EXPORT QgsAttributesFormProperties : public QWidget, public QgsExpress
HtmlElementEditorConfiguration htmlElementEditorConfiguration() const;
void setHtmlElementEditorConfiguration( HtmlElementEditorConfiguration htmlElementEditorConfiguration );

/**
* Returns the spacer element configuration
* \since QGIS 3.30
*/
SpacerElementEditorConfiguration spacerElementEditorConfiguration() const;

/**
* Sets the the spacer element configuration to \a spacerElementEditorConfiguration
* \since QGIS 3.30
*/
void setSpacerElementEditorConfiguration( SpacerElementEditorConfiguration spacerElementEditorConfiguration );

QColor backgroundColor() const;
Expand Down

0 comments on commit 2f416cf

Please sign in to comment.