Skip to content

Commit

Permalink
Use QgsRasterTransparencyWidget in raster properties dlg
Browse files Browse the repository at this point in the history
Remove a bunch of duplicated code and fix #44949
  • Loading branch information
elpaso committed Sep 14, 2021
1 parent 176ab29 commit adf102a
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 872 deletions.
Expand Up @@ -37,6 +37,13 @@ Sets the ``context`` in which the dialog is shown, e.g., the associated map canv
virtual QgsExpressionContext createExpressionContext() const;


QgsMapToolEmitPoint *pixelSelectorTool() const;
%Docstring
Returns the (possibly None) map pixel selector tool.

.. versionadded:: 3.22
%End

public slots:


Expand Down

0 comments on commit adf102a

Please sign in to comment.