Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
99 additions
and 10 deletions.
- +6 −0 python/core/layout/qgslayout.sip
- +3 −0 python/core/layout/qgsprintlayout.sip
- +2 −10 src/core/composer/qgslayoutmanager.cpp
- +19 −0 src/core/layout/qgslayout.cpp
- +6 −0 src/core/layout/qgslayout.h
- +20 −0 src/core/layout/qgsprintlayout.cpp
- +2 −0 src/core/layout/qgsprintlayout.h
- +41 −0 tests/src/core/testqgslayout.cpp