Vincent Lebreil wrote: > I have tried to make some sort with QTreeView. I have inherited > QTreeView to create a SortedTreeView. Then I've created a > SortedListWidget class which inherits QWidget class and which uses my > SortedTreeView mapped to a QStandardItemModel. > Then, if I directly run my SortedListWidget, and if I click on a line, > do some sort on colums, then my selected line is still correct. > However, if I run a QMainWindow in which my SortedListWidget is > embedded, and if I repeat the same actions, then my selected line is > broken. > So my question is : why is it working directly with my > SortedListWidget but not if embedded in a QMainWindow? > (I'm using QtJambi 4.4.3_01) Hi, Vincent.
Thanks for the report. I can reproduce this bug with Qt Jambi 4.4, but it has already been fixed for Qt Jambi 4.5. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
