Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
As part of my Treeview, I have a delegate which creates a QComboBox, Now i have to listen to combo box index changed event.
setModelData is not getting invoked when i am changing the index, its getting invoked when QComboBox loosing focus
Since you set the QComboBox you can also connect to it's signals.