-
-
Notifications
You must be signed in to change notification settings - Fork 792
Open
Labels
bugA crash or error in behavior.A crash or error in behavior.linuxThe issue relates Linux support.The issue relates Linux support.not quite rightThe idea or PR has been reviewed, but more work is needed.The idea or PR has been reviewed, but more work is needed.qtThe issue relates to Qt supportThe issue relates to Qt support
Description
Describe the bug
Qt's DetailedLists currently uses context menus to draw actions, which is against KDE guidance:
Steps to reproduce
Run the detailedlist example
No buttons, only right-clicks
Expected behavior
Primary and secondary buttons drawn in each row of the widget, with refresh with a button bar on top.
Screenshots
No response
Environment
- Operating System:
- Python version:
- Software versions:
- Briefcase:
- Toga:
- ...
Logs
Additional context
Originally discussed at #4021.
I think a button bar included with the widget still makes sense without being part of the toolbar, especially when the amount of bars can end up like this on a KDE app:
All that is to say number of bars is not a huge concern.
Example of actions drawn in row:
Example of Refresh in a button bar:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA crash or error in behavior.A crash or error in behavior.linuxThe issue relates Linux support.The issue relates Linux support.not quite rightThe idea or PR has been reviewed, but more work is needed.The idea or PR has been reviewed, but more work is needed.qtThe issue relates to Qt supportThe issue relates to Qt support