aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtGui/qpen_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Added test for QPainter.setPen() method.Marcelo Lira2012-03-081-3/+27
| | | | | | | | | | | | Calls it with enum, to call the setPen(Qt.PenStyle) signature, and with an integer, to call the setPen(QColor) signature (QColor is implicitly built from an unsigned int in C++). For more details see Bug #511: http://bugs.openbossa.org/show_bug.cgi?id=511 Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Created new unittest model.Renato Filho2010-06-071-0/+20
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>