Hi,

I was facing an issue in designing one screen where in I need to display a table and each table cell is a combo and the values in them need to be populated from a Modal view.
Approach that I had followed is … Creating a QTableView widget and displaying values from a Modal.
But I am struck – ‘how to make each cell of table as a comb box and the populate each combo with a values from Modal’?

help me out.