Actions
Improvements #8782
closedDrag/drop in WAbstractItemView should probably copy flags
Start date:
07/08/2021
Due date:
% Done:
100%
Estimated time:
Description
Currently it's not possible to drag/drop items in a WAbstractItemView
and have their flags preserved. An issue here is that WAbstractItemModel
does not implement an interface to set flags. Flags on WStandardItemModel
are set on the WStandardItem
. I guess we can only specialize this behavior for WStandardItemModel
then.
Updated by Korneel Dumon over 3 years ago
- Status changed from New to InProgress
- Assignee set to Korneel Dumon
- Target version changed from future to 4.7.0
Updated by Korneel Dumon over 3 years ago
- Status changed from InProgress to Review
Updated by Korneel Dumon over 2 years ago
- Status changed from Review to Implemented @Emweb
Updated by Roel Standaert over 2 years ago
- Status changed from Implemented @Emweb to Resolved
- % Done changed from 0 to 100
Updated by Roel Standaert over 2 years ago
- Status changed from Resolved to Closed
Actions