aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/qdate_conversions.h
Commit message (Collapse)AuthorAgeFilesLines
* Initia QtCore port to python3.Renato Filho2012-03-081-2/+6
|
* Fixed gcc warning during QDate conversion compilation.Renato Filho2012-03-081-2/+6
|
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-081-27/+37
| | | | | | | Fixes bug #680 Reviewer: pcacjr <pcacjr@gmail.com> Hugo Parente <hugo.lima@openbossa.org>
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-011-0/+35
Fixes bug #371. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>