Opened 11 years ago
Last modified 5 years ago
#292 accepted defect
DnD and Qt::IgnoreAction
Reported by: | KO Myung-Hun | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | QtGui | Version: | 4.7.3 |
Severity: | medium | Keywords: | |
Cc: |
Description
Hi/2.
Qt does not understand Qt::IgnoreAction. Qt treats it just as event->ignore(). So once Qt::IgnoreAction is set, dragMoveEvent() does not occur any more.
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | dnd_ignoreaction.diff added |
---|
comment:1 by , 11 years ago
Milestone: | Qt Enhanced → Qt 4.next |
---|---|
Owner: | set to |
Status: | new → accepted |
Note:
See TracTickets
for help on using tickets.
Patch for Qt::IgnoreAction