Hi,

How can i apply different delegates to different columns of QTableView.
I have a QTableView of two Columns (say col_1 and col_2)
Now i have to put comboBox in each cell of col_1 and col_2 but the data of comboBox in col_1 differ from data in comboBox of col_2.
The data is to be read from the Modal.

Please help