Sunday, February 21, 2010

Programmer - Qt widget disobeys drop in Windows

Programmer Question

I have a Qt 4.6 based app that is compiled on both a Linux machine and Windows machine. I have two widgets:
1. allowdrop=false and drop type is internal only
2. allowdrop=false and drop type is no drag and drop



On the linux machine, dragging the first control's items to seconds does nothing and even shows the "no" symbol for not allowed to drop. On the Windows machine, everything except the second widget disallows drops. On Windows, when dragging the firsts' object to second, it allows the drag/drop and then crashes the program due to that move supposed to be blocked.



I'm guessing this is a QT bug, but is there something I can do short of filing a bug report that will make it behave on Windows?

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails