Bug 401995

Summary: Kirigami.ListItemDragHandle could be useful if it supported GridViews too
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Emmanuel Lepage Vallée <emmanuel.lepage>
Component: generalAssignee: Marco Martin <notmart>
Status: REPORTED ---    
Severity: wishlist CC: aspotashev
Priority: NOR    
Version First Reported In: 5.53.0   
Target Milestone: Not decided   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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)