摘要:
QListView中使用自定义数据类型的拖放操作 直接写步骤: 1 // QPoint startPos; 2 void TaskListView::mouseMoveEvent(QMouseEvent *event) 3 { 4 if (event->buttons() & Qt::LeftBut 阅读全文
摘要:
Supporting Custom Drag Types http://www.informit.com/articles/article.aspx?p=1405546&seqNum=2 阅读全文