Quote Originally Posted by franz View Post
Isn't that in conflict with the whole idea of Model/View programming?
Do you mean the "proxyView" idea? It might be, but what I'd like to happen with this big file is when the view needs 20 rows, it gets them from somewhere (the proxyModel?), and the proxy filters at that time and only until it gets 20 rows. I don't need the entire dataset filtered, only a small subset that is displayed. I just thought this was one approach to the slowdown I see.