Quote Originally Posted by tinysoft View Post
how can i do that ??
Not by posting twice
Get the index of the cell (e.g. QAbstractItemView::currentIndex()) and then use the data function to receive the content. (see QModelIndex::data())