aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtXml/typesystem_xml.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typesystem parser warnings.Renato Filho2010-04-301-0/+2
|
* Updates to QtXml module.Marcelo Lira2010-03-231-39/+106
| | | | | | | | | Fixes many classes, in particular: QXmlDefaultHandler, QXmlContentHandler, QXmlEntityResolver, QXmlReader and QXmlSimpleReader. A new type system template was added to handle virtual methods that must convert a (result, bool ok) tuple returned from a Python override into a single C++ result value and set a C++ bool* argument.
* initial bindings for QtXmlMatti Airas2010-03-231-0/+371
QtXml now compiles and can be imported but is not tested at all.