aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/bug_547.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix QTreeWidgetItem.parent function.Renato Araujo Oliveira Filho2012-03-081-2/+19
| | | | | | | | Create unit test for new use case. Fixes bug #547 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-081-0/+39
QTreeWidget.clear() - remove all child ref from the current widget QTreeWidgetItem.parent() - use default policy for returned value Fix bug #547 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>