Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, August 2006
setting drag and drop mime types for itemview items


Message 1 in thread

I have added items to my QListWidget instance with
QListWidget::addItem(QString), but need to set the mime data, drop
action, etc on them as well. I plan on dropping them into cells in a
QTableWidget by re-implementing QTableWidget::dropMimeData.

How do I set the mime data for an item? I think I'm blind...

-- 
 [ signature omitted ]