Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 29, 2022
1 parent e9b5c3a commit 96afc54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/gui/vector/qgsattributesformproperties.h
Expand Up @@ -221,7 +221,16 @@ class GUI_EXPORT QgsAttributesFormProperties : public QWidget, public QgsExpress
QColor backgroundColor() const;
void setBackgroundColor( const QColor &backgroundColor );

/**
* Returns the editor configuration for text element.
* \since QGIS 3.30
*/
TextElementEditorConfiguration textElementEditorConfiguration() const;

/**
* Sets the editor configuration for text element to \a textElementEditorConfiguration.
* \since QGIS 3.30
*/
void setTextElementEditorConfiguration( const TextElementEditorConfiguration &textElementEditorConfiguration );

private:
Expand Down

0 comments on commit 96afc54

Please sign in to comment.