aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qobject_parent_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated QtCore modue to works with python 2.x and 3.xRenato Filho2012-03-081-6/+5
|
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a ↵Hugo Parente Lima2012-03-081-1/+10
| | | | | | | default value and doesn't support regexes." Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Create a new parent test.Renato Araujo Oliveira Filho2012-03-081-0/+7
| | | | | Check if the parent does not increase the reference if you set the parent twice.
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+11
| | | | | Plus test. Should return a child of the given type.
* Created new unittest model.Renato Filho2010-06-071-0/+234
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>