aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysideclassinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use sbkpython.h instead of Python.h to avoid problems with Python2.5.Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Initia QtCore port to python3.Renato Filho2012-03-081-4/+3
|
* Implemented PySide::ClassInfo Object.Renato Filho2012-03-081-0/+166
This class reproduce the Qt macro Q_CLASSINFO behavior. Eg.: @QtCore.ClassInfo(author='PySide', url='http://www.pyside.org') fixes bug #705. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>