PDA

View Full Version : QTableView Drag without pixmap



TheGrimace
18th June 2010, 17:44
Is there a way to disable the pixmap of a drag coming from a QTableView without subclassing the View and re-implementing all of the drag and drop code?

Thanks

aamer4yu
18th June 2010, 18:19
Not possible without subclassing I guess.