I have 3 QLineEdits
(say Name, Address & Phone No.), a QPushButton
(Add button) and a QTableView
.
When I have entered text in all the QLineEdits
, and if I click the Add button, all 3 texts of the QLineEdits
should be added in the first row of the QTableView
.
How can I do this?