PDA

View Full Version : Selecting row in QTableView



teS
15th January 2006, 03:37
Hi, I have another question about QTableView.
When I click on the number of row in QTableView ( like here: http://img57.imageshack.us/img57/7154/tableviewsig3nf.png ) I want to rewrite information from table to QLineEdit box in my program. Is there any signal which I can use to do it ? And could you give me example of using it.

Thanks in Advance for answers.

fane
15th January 2006, 12:45
I guess the example given in $QTDIR\demos\books\ is what you want.