Hi every body

i have two tables Qtablewidget and Qtableview

Qtableview take his data from a database using model

i want to do like so ,

when the user select a row in Qtableview and press Key_Entrer

the selected row append to last row in Qtablewidget ( witch mean copy the selected record and paste it Qtablewidget )

thanks