Hi,

I have a class ComboBoxDelegate derived from QItemDelegate
I have a model class 'FrequencyRangeModel' derived from QAbstractProxyModel
I have a BandPlanning for UI which contains both ComboBoxDelegate and FrequencyRangeModel as members.

BandPlanning has a QTableView which is using ComboBoxDelegate to show combobox in each table cell.
My requirement is that i need to populate each combo cell with the data from the model FrequencyRangeModel.
How can i do it.