Added by Keith Stevens over 10 years ago
Where can I find some example code demonstrating how to specialize WItemDelegate to use a WComboBox instead of the default WLineEdit for the editor in a WTableView cell?
Thanks,
Keith
I should have kept looking, I found one here:
github.com/kdeforche/wt/blob/master/examples/widgetgallery/examples/ComboDelegateTable.cpp
Thanks