Navigation Menu

Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 31, 2021
1 parent 294af31 commit e683e37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions python/gui/auto_generated/symbology/qgsrendererwidget.sip.in
Expand Up @@ -34,7 +34,7 @@ Returns pointer to the renderer (no transfer of ownership)

void showSymbolLevelsDialog( QgsFeatureRenderer *r );
%Docstring
Show a dialog with renderer's symbol level settings.
show a dialog with renderer's symbol level settings
%End

virtual void setContext( const QgsSymbolWidgetContext &context );
Expand Down Expand Up @@ -86,7 +86,7 @@ to re-synchronize with the variables.
%Docstring
Emitted when the symbol levels settings have been changed.

.. deprecated:: QGIS 3.20
.. deprecated:: QGIS 3.16.9
-- no longer emitted.
%End

Expand Down Expand Up @@ -118,7 +118,7 @@ The ``levels`` argument defines the updated list of symbols with rendering passe

The ``enabled`` arguments specifies if symbol levels should be enabled for the renderer.

.. versionadded:: 3.20
.. versionadded:: 3.16.9
%End

protected slots:
Expand Down
Expand Up @@ -62,7 +62,7 @@ Sets whether the level ordering is always forced on and hide the checkbox (used
Apply button.

.. deprecated:: QGIS 3.20.
Use :py:func:`~QgsSymbolLevelsWidget.symbolLevels` and manually apply the changes to the renderer as appropriate.
Use symbolLevels() and manually apply the changes to the renderer as appropriate.
%End

};
Expand Down

0 comments on commit e683e37

Please sign in to comment.