Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
758 additions
and 5 deletions.
- +47 −0 python/core/layout/qgslayoutexporter.sip
- +391 −3 src/app/layout/qgslayoutdesignerdialog.cpp
- +16 −0 src/app/layout/qgslayoutdesignerdialog.h
- +2 −0 src/app/layout/qgslayoutpagepropertieswidget.cpp
- +6 −0 src/app/layout/qgslayoutpagepropertieswidget.h
- +113 −0 src/core/layout/qgslayoutexporter.cpp
- +46 −0 src/core/layout/qgslayoutexporter.h
- +48 −2 src/ui/layout/qgslayoutdesignerbase.ui
- +89 −0 tests/src/python/test_qgslayoutexporter.py
Oops, something went wrong.