Hi! I've made all my gui with designer. I have some List Views there that need drag and drop funcitonality so I need to add them some methods to handle the drop events properly, and set the accept drops to True... but I can't add those methods with setattr, they don't work, it seems I have to subclass the List Views. Is there any way to get the drop thing without altering the set up that setupUi method does?
Thanks in advance Nahuel _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
