Skip to content

Commit

Permalink
Doc for the new backgroundColor argument
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 24, 2019
1 parent 8d3f73a commit 6bdabcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -136,6 +136,7 @@ Creates a new attribute editor container


:param name: The name to show as title :param name: The name to show as title
:param parent: The parent. May be another container. :param parent: The parent. May be another container.
:param backgroundColor: The optional background color of the container.
%End %End




Expand Down
1 change: 1 addition & 0 deletions src/core/qgsattributeeditorelement.h
Expand Up @@ -174,6 +174,7 @@ class CORE_EXPORT QgsAttributeEditorContainer : public QgsAttributeEditorElement
* *
* \param name The name to show as title * \param name The name to show as title
* \param parent The parent. May be another container. * \param parent The parent. May be another container.
* \param backgroundColor The optional background color of the container.
*/ */
QgsAttributeEditorContainer( const QString &name, QgsAttributeEditorElement *parent, const QColor &backgroundColor = QColor() ) QgsAttributeEditorContainer( const QString &name, QgsAttributeEditorElement *parent, const QColor &backgroundColor = QColor() )
: QgsAttributeEditorElement( AeTypeContainer, name, parent ) : QgsAttributeEditorElement( AeTypeContainer, name, parent )
Expand Down

0 comments on commit 6bdabcf

Please sign in to comment.