| Summary: | Make drawer & action items more composable to support custom UI patterns | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Eike Hein <hein> |
| Component: | general | Assignee: | Marco Martin <notmart> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | Not decided | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eike Hein
2019-03-02 07:10:15 UTC
I'm inclined to mark this bug invalid for some reasons: * It speaks about several things, it's not one issue per report * ContextDrawer is supposed to work anywhere: it can work completely automatically only on applicationwindow, but it has a list action property which can be assigned to whatever (on abstractapplicationwindow is the applications responsibility to bind the actions: property to the proper values * I'm resistent about making those delegates a public type: they never were made to have good public api and make sense only in the drawer the thing that i think is valid and i think 06af8aac8 adresses, is the ability to put custom content: now header and footer properties are exported that let inserting arbitrary stuff over and under the actions (setting an header also removes the title item as isn't instantiated anymore). Sounds good, go ahead. |