Skip to content

Dialog: Add API to fetch custom footer buttons created from actions

ivan tkachenko requested to merge work/ratijas/footer-buttons into master

This is complementary to standardButton() API. Dialog is expected to create only one delegate instance per action, so it is safe assume exactly one button will be created and available to fetch for further customizations by consumers.

Merge request reports