PDA

View Full Version : set combobox delegate on some view items



GrahamLabdon
8th March 2011, 14:36
Hi
I have a tree based model for which most entries are strings, meaning I can use the default editor.
Some items,however need to offer choices in the form of a combo box.
I understand that I have to create a delegate for this, but cannot see how I set some items to use this delegate.

Could someone tell me how this is done?

TIA

Graham