PDA

View Full Version : Using QtableView Show set Combo-box in table cells using Delegates approach.



chaitanya.nampally
20th January 2015, 09:36
Hi,

I have a scenario in which I need to set Combo-box in table Cells using Tableview approach, i have a condition that Combo-box needs to be shown always.
Using custom delegates I couldn't figure out the change needed to show Combo-box set in table cells all the time.

Can you help me in this regard.

Thanks in advance,
Chaitanya

jefftee
20th January 2015, 17:49
Check out this (http://www.qtcentre.org/threads/61299-How-to-create-a-Combo-box-in-a-Tablview-Model) recent thread.