<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>>I've transcoded the stardelegate example a few weeks ago, which uses a <br>>custom widget in a QTableView, but due to the model/view/delegate <br>>pattern, that should be easy to map onto your problem.<br>><br>>Pete<br><br>Thanks for your reply, Pete...<br><br>I reread chap's 14,15, and 16 from Mark Summerfield's book overnight, and it made things a bit clearer...I need to create a <br>custom delegate...<br><br>I think I also need to do a sanity check about whether to use <br>QTableView or QTreeView.  Since the heart of my application is<br>to be able to sort various categories based on various criteria,<br>I chose to use the example program "BasicSortFilter" as a starting<br>point,...the "SortFilter" process gives me just what I need, and it<br>used QTreeView with decoration(false) to make it appear tabular.<br><br>It also looks like
 custom delegates are easier to implement in<br>TableView, rather than TreeView, but that difference may be <br>more superficial than real.<br><br>I'll do a search for your stardelegate code and see what I can learn<br>from it.  Many Thanks for offering that ;-)<br>Cheers,<br>-James<br><br><br></td></tr></table><br>