[Qt-interest] [urgent] QTableView::selectedRoe() is there anything like this ??
Neel Basu
neel.basu.z at gmail.com
Thu Apr 23 18:26:46 CEST 2009
On Thursday 23 April 2009 21:43:28 Andreas Pakulat wrote:
> On 23.04.09 20:49:17, Neel Basu wrote:
> > I've a QTableView and there is a QAbstractModelDerived Class (there is no
> > edit trigger).
> > There is Add/Delete Button on the delete Button I want to delete the
> > entry that is selected in the QTableView from a Slot in QFrame Derived
> > object.
> >
> > Now How can I get Which row is selected ??
>
> Use the selection model that the tableview has, see the api dox for
> QAbstractItemView::selectionModel().
>
> Andreas
Thanks
Neel
More information about the Qt-interest-old
mailing list