PDA

View Full Version : QListview Problem



grsandeep85
17th August 2009, 11:55
Hi,

i am using a listview in qt-3.3 and user will enter set of data into the listview(see snapshot attached) when the user press the up / down key it will focus to that data(say tool number 2) and when he press enter key that values of diameter(5.000) and length(2.000) should be read to perform some calculations, I tried with this but its taking the last data values in the listview and performing the calculations, please help me how to overcome this issue.