Hi,

I've managed to populate from a firebird database an QTableWidget control but I can't do a thing that is important for me:

If I select a row, how can I retrieve in some labels the content of the cells:

ex:

ColA, ColB
Row John Doe

I want to retrieve John in a label and Doe in another. Can You help me with code?


Second:

I can't populate table view with the records used in tablewidget because the logic of this control is different.

Can You help me with code also?

Thank's