Hi Every one ,

I am new to QT and trying to use QTableView. My table's two columns are having combo box.

I am using a class derived from QItemDelegate to add combo box to particular column.

Now my requirement is, when I change combo box of column 3 (from "read only" to "No access"), combo box of column 4 must be disabled.

Please see the attached image for table layout.

Table.jpg

Can somebody help me how can I achieve this?