[Qt-interest] How to get selected listitem index in Qt

Ramesh ramesh.bs at robosoftin.com
Fri Apr 16 08:38:51 CEST 2010


Ya, I gone through the documentation I had fount this selectedIndexes (),
but selected indexes will give the list, we need to iterate 

for getting the modelindex.

But I wanted an API which gives the selected item modelindex in one shot..
iterating the list is time consuming right.. 



-----Original Message-----
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of Rainer Wiesenfarth
Sent: Friday, April 16, 2010 11:57 AM
To: qt-interest at trolltech.com
Subject: Re: [Qt-interest] How to get selected listitem index in Qt

 
From: Ramesh
>   I am having a QListView which having some items. Now i want to get 
> the index of selected item. i.e. if i select 5th element i should get 
> 5. How i can get this?..

QModelIndexList  QAbstractItemView::selectedIndexes () const

... should be a good starting point for browsing through the documentation.

Best Regards / Mit freundlichen Grüßen
Rainer Wiesenfarth

--
INPHO GmbH * Smaragdweg 1 * 70174 Stuttgart * Germany
phone: +49 711 2288 10 * fax: +49 711 2288 111 * web: www.inpho.de place of
business: Stuttgart * managing director: Johannes Saile commercial register:
Stuttgart, HRB 9586 Leader in Photogrammetry and Digital Surface Modelling

-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.




More information about the Qt-interest-old mailing list