views:

17

answers:

0

Hello, I am new in PyQt,currently working on a form where user will insert data into lineEdit and after submitting the data will be shown in the tablewidget. I am reading data fro lineEdit and printing it but unfortunately not finding any way to add lineEdit data to the tableWidget.The data should appear in the exact cell. It will be very helpful if the way is described. Thanks.