On Sunday 04 January 2009 11:54:15 pm John Tapsell wrote: > If you can get away with just using widget and widgetitems, I'd just > use that. It's very difficult to the model working perfectly. An alternative is QStandardItemModel. It still uses items, but keeps the model and view separate. David