aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/qpixmap_conversion.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed PySide custom conversions to work with newer versions of shiboken ↵Hugo Lima2010-03-171-0/+7
| | | | generator.
* Updated type system and QString and QPixmap conversions to be extensible.Marcelo Lira2010-03-041-0/+8
| | | | | | | | And removed the QkeySequence test from the black list (the list of tests expected to fail). Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Custom code should use Converters instead of the "_cptr" macros.Marcelo Lira2010-02-241-1/+1
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Put all custom converters inside Shiboken namespace.Hugo Lima2010-02-181-0/+2
|
* QPixmap conversion from QVariant.Renato Filho2010-02-011-0/+27
Reviewed by Hugo Parente <hugo.lima@openbossa.org>