aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/objecttypelayout.h
Commit message (Collapse)AuthorAgeFilesLines
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* fixed tests exported symbols.Renato Filho2010-08-181-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixed argument policy propagate.Renato Filho2010-04-221-0/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Improved tests for the QLayout-like ObjectTypeLayout.Marcelo Lira2009-12-011-0/+1
| | | | | | | | In the new test case an ObjectType uses a layout that contains another layout, both created in C++, and then get deleted. Custom code was used to achieve the correct parentship handling Reviewed by Hugo Lima <hugo.lima@openbossa.org>
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-011-1/+7
| | | | Also added more test cases that use ObjectTypeLayout.
* Added tests for something like QLayout.Hugo Lima2009-11-301-0/+53
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>