aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/qlayout_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-171-0/+24
| | | | | Reviewer: Hugo Parente <hugo.lima@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed layout reference control on layouts.Renato Filho2010-07-091-4/+27
| | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Created new unittest model.Renato Filho2010-06-071-0/+52
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>