Files
wino-mail-dtkqt/src
javier 6d1feabfc5 feat: Drag & drop between folders
- MailListView: setDragEnabled, setAcceptDrops, setDropIndicatorShown, setDragDropMode(DragDrop)
- Custom MIME type: application/x-wino-mail-ids with QVector<int> mail IDs
- mousePressEvent + mouseMoveEvent for drag initiation (standard Qt drag distance)
- initDrag() creates QDrag with selected mail IDs
- dragEnterEvent, dragMoveEvent, dropEvent handlers
- dropEvent emits batchMoveRequested(mailIds, targetFolderId)
- Works in both tree view and compact list view
2026-08-26 04:05:56 +02:00
..
2026-08-26 03:33:10 +02:00
2026-08-26 04:05:56 +02:00