[quote author="Franzk" date="1282280552"]
What overhead exactly?
[/quote]
Code development overhead, maintainability, etc.
[quote]
The Model/View framework is used whether you are directly working with it or not.
[/quote]
I'm aware that the QListWidget utilizes the QListView framework.
[quote]This means that from a code perspective you are introducing more overhead right now than you would have when you wrote your own model.
[/quote]
If you are accounting for code overhead from generated code, yes. However, I'm handing off the code to a customer, and I would like to keep it simple
[quote]
You could have written one model (three models that have the same behavior? Derived from QAbstractListModel) that does exactly what you want in very nearly half a day, while you've been going at this through this forum for about two days now without any results so far.
[/quote]
I haven't been sitting on my thumb waiting for the fairy-code-mother to answer my question. I found a work around. This thread is more about wishful thinking. In retrospect, I probably should have put it under a bug report wishlist.
[quote]
I may not be an expert on your system, but I have done a great lot of 'simple' things with model/view over the last year and everything turned out to be simpler and easier writing a model than when using the widget equivalent.[/quote]
I really don't mean any disrespect. I know the model/view framework is powerful and not that difficult. I've used it myself before. Granted, I need more practice, but it seemed like there should have been a simpler solution for the functionality I was seeking.