On 03.01.08 19:18:45, Doug Luce wrote: > Outside of QDirModel, I'd like to confirm (or, even better, be told I'm > wrong) that the only way to use a hierarchical tree model under QTreeView > is by making a custom one as a class.
You're wrong. Check QStandartItemModel and QStandardItem, those can be used to create a hierarchy of items. You only need a custom model if you have a legacy data model that you want to wrap or if QStandardItemModel doesn't support what you want to do... Andreas -- Snow Day -- stay home. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
