i have a CRUD form (more or less) in c++ with lineEdits and Labels upside, and a TableView down. Both have the same QSqlRelationalTableModel. I understood the "A Simple Widget Mapper" example, but how can i do a integration between the TableView and the LineEdits?.
Example: When i click a row in the Table, show those datas upside, and when i double click, i want to open a new window with those datas to Edit them.
I am new in this, i thank you very much. Greetings from Colombia.