Skip to content
Verified Commit 74ae95d0 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

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

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.

In addition to the new API, this patch also fixes an issue for
DialogButtonBox whose ListView would've otherwise allocated empty space
for invisible buttons (caused by a null in the list of actions or by
an action's visibility property set to false).
parent 1a428ce9
Pipeline #470896 passed with stage
in 3 minutes and 35 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment