Re: [PyQt] Selection query in relational table model

2012-11-02 Thread Jorge Tornero - Listas
Hello, I've loooked CAMELOT and SQLalchemy and I think I'll give a try in the future but by now i'll tryi to implement sort of my own relational table model, because sqlalchemy et al. need to be learned and there is no time for it right now. I'm so surprised because it looks like is a basic

[PyQt] QTableView performance issue

2012-11-02 Thread Massi
Hi everyone, I've got a QTreeView with a custom model which has to handle several items (say 1 million). I've set the setUniformRowHeights property to True, so when the tree is set up the scrolling is very fluid. The problem arises when I try to change the ordering of the items. The test scrip