Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allow customisation of color ramp legend items in a print layout legend
- Loading branch information
Showing
with
287 additions
and 132 deletions.
- +14 −1 python/core/auto_generated/layertree/qgscolorramplegendnode.sip.in
- +32 −1 python/core/auto_generated/qgsmaplayerlegend.sip.in
- +36 −13 src/core/layertree/qgscolorramplegendnode.cpp
- +19 −1 src/core/layertree/qgscolorramplegendnode.h
- +42 −0 src/core/qgsmaplayerlegend.cpp
- +31 −1 src/core/qgsmaplayerlegend.h
- +26 −0 src/gui/layout/qgslayoutlegendwidget.cpp
- +1 −0 src/gui/layout/qgslayoutlegendwidget.h
- +76 −67 src/ui/layout/qgslayoutlegendnodewidgetbase.ui
- +10 −48 src/ui/qgscolorramplegendnodewidgetbase.ui
Oops, something went wrong.