如何从Qtreeview中删除项目?

时间:2010-10-28 08:03:09

标签: multithreading qt qtreeview

基本上我想从droptvent(QDropEvent *事件)继承的Qtreeview中删除项目 在qtreeview子类中。 这样做的最佳方式是什么?

1 个答案:

答案 0 :(得分:2)

您可以使用http://doc.trolltech.com/4.7/qabstractitemview.html#model方法访问模型。您可以使用http://doc.trolltech.com/4.7/qabstractitemview.html#indexAt方法在当前鼠标pos下获取索引。最后,您可以使用http://doc.trolltech.com/4.7/qabstractitemmodel.html#removeRow删除所需的索引