ActionTextField: Narrow down types of actions lists; fix tooltips
Narrow down types of actions lists
They had to be QtObject from the dawn of times when QML engine couldn't resolve list properties of local pure-QML types like Kirigami.Action. Luckily, that is not a concern anymore, and we don't want to narrow them down all the way to Kirigami.Action anyway.
Add ID and required property declaration to delegates
Fix tooltip appearing for wrong set of actions
Why would anyone use different IDs here and there, of course only to fail with -EBADCOPYPASTA exit code?
Edited by ivan tkachenko