PDA

View Full Version : what is the function used to get current value in treewidget



jyoti
29th November 2006, 11:44
hi all
i m using qt4.2
plz tell me the function used for to get current value for tree widget iterator
as we use in listview
Qlistviewiterator it(listview)
if(it->current()==0)
{
//statements
}
plz suggest me for treewidget iterator

plz do help as soon as possible

jacek
29th November 2006, 15:46
Please, don't ask questions that have nothing to do with Qt Designer in Qt Designer section and search the docs before you ask a question.

http://doc.trolltech.com/4.2/qtreewidgetitemiterator.html

sunil.thaha
30th November 2006, 09:22
Could you please tell us which Operating System you are using ?