Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] Add method to set an explicit override for the default
value of a parameter for the GUI only This allows us freedom to change the default settings for an algorithm shown when opening the algorithm in the toolbox/batch/model without changing the underlying default value used for the parameter in the raw API (which we can't do easily without potentially breaking 3rd party scripts/plugins) (cherry picked from commit 83ccb65)
- Loading branch information
Showing
with
157 additions
and 49 deletions.
- +51 −0 python/core/auto_generated/processing/qgsprocessingparameters.sip.in
- +2 −0 src/core/processing/qgsprocessingparameters.cpp
- +47 −0 src/core/processing/qgsprocessingparameters.h
- +1 −1 src/gui/processing/qgsprocessingmaplayercombobox.cpp
- +2 −2 src/gui/processing/qgsprocessingoutputdestinationwidget.cpp
- +1 −1 src/gui/processing/qgsprocessingwidgetwrapper.cpp
- +43 −43 src/gui/processing/qgsprocessingwidgetwrapperimpl.cpp
- +2 −2 src/gui/symbology/qgsgraduatedsymbolrendererwidget.cpp
- +8 −0 tests/src/analysis/testqgsprocessing.cpp
Oops, something went wrong.