| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 6 | |
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 ]