PDA

View Full Version : Create Complex combo control



frsdot
19th October 2013, 20:12
Hello,

i would like to create combo box , where each item contains a text, push button.

How should I go about this, any pointers highly appreciated.

Thanks

spirit
20th October 2013, 15:14
Use QComboBox::setView in conjunction with QItemDelegate.
More info would make the answer more clear.