PDA

View Full Version : QTableView - data() - item



starcontrol
11th April 2008, 14:26
Hi,
is it possible to read the "items" from the table view out, which are transfered by the data() method from the model to the view (QTableView)?
For example, I let insert the string "x" into some qtableview cells by the data() method.
Now i have to check which string is inside the cell.

Do you have any idea ?

Thank you...

mazurekwrc
11th April 2008, 14:41
I don't know exactly what you want but maybe you should look at
QModelIndex and data() method