Hi,
I placed a QTableWidget on a form and i created three columns in this table widget through QT Designer and now want to add rows in this table widget through coding.

My problems are:-
(1) How to add rows in this table widget through coding.
(2) How to set width of each column through QT Designer and through coding.

Thanks and regards