Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[needs-docs][layouts] Expose menus and toolbars (and some other goodi…
…es) to stable layout designer interface API This commit adds more methods to the public, stable API for the layout designer dialog, allowing plugins and scripts greater flexibility in extending and hooking into the layout designer. New API includes: - access to the main menus shown in the dialog, allowing custom actions to be added to the dialog - access to the dialog's toolbars - methods for adding (and removing) additional dock widgets to the designer - the method used to show/hide rulers in the designer
- Loading branch information
Showing
with
499 additions
and 10 deletions.
- +218 −0 python/gui/auto_generated/layout/qgslayoutdesignerinterface.sip.in
- +6 −2 python/gui/auto_generated/qgisinterface.sip.in
- +70 −5 src/app/layout/qgslayoutdesignerdialog.cpp
- +16 −1 src/app/layout/qgslayoutdesignerdialog.h
- +179 −0 src/gui/layout/qgslayoutdesignerinterface.h
- +10 −2 src/gui/qgisinterface.h
Oops, something went wrong.