aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qabstractitemmodel_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for bug #716 - QPersistentModelIndex isn't convertible to ↵Marcelo Lira2012-03-081-0/+7
| | | | | | | | | | | | | QModelIndex The main test (exactly the same as reported) was added to QtGui tests, but also extended QAbstractItemModel test with a case that is the essence of the problem. http://bugs.pyside.org/show_bug.cgi?id=716 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-011-0/+21
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>