Bug 401995 - Kirigami.ListItemDragHandle could be useful if it supported GridViews too
Summary: Kirigami.ListItemDragHandle could be useful if it supported GridViews too
Status: REPORTED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.53.0
Platform: Other Linux
: NOR wishlist
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-11 10:59 UTC by Emmanuel Lepage Vallée
Modified: 2019-05-29 15:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Lepage Vallée 2018-12-11 10:59:30 UTC
Changing the code of ListItemDragHandle to use QtObject instead `property ListView listView` already makes most of it "just work", but it has some corner cases.

Same use case as the list, but in a grid. Grids are better for multimedia assets because for the same number of pixel, you see better.

Also, it's pretty
Comment 1 Marco Martin 2019-03-05 17:09:20 UTC
i'll eventually look into that.
(tough the less i have to do with the "beautiful" GridView class, the happy i am :p)