Hi,

I am wondering how one can fill lineedits of a different dialog box using data from a single row in a QtableView.
Ex A table view row consists:- Frances 5704gvb@tyie.com
I can see that one can access the individual column data using selectionmodel->currentindex;

Is there anyway that one can access all of the elements on the row? I have set the selection mode to be such that the entire row must be highlighted.