From 77be0fc1a7927022347104162b4bd42f0cbb01a8 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Wed, 6 Apr 2011 21:25:50 -0300 Subject: Fixes bugs 739 and 752. Bug #739 - Method "QTransform::map(qreal x, qreal y, qreal* tx, qreal* ty) const" missing Bug #752 - Method "void QSplitter::getRange(int index, int* min, int* max) const" missing Also added unit tests. --- PySide/QtGui/typesystem_gui_common.xml | 36 ++++++++++++++++++++++++++++++---- PySide/typesystem_templates.xml | 8 ++++++++ 2 files changed, 40 insertions(+), 4 deletions(-) (limited to 'PySide') diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index f928d5ee5..a5089bc75 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -193,8 +193,22 @@ - - + + + + + + + + + + + + + + + + @@ -4550,8 +4564,22 @@ - - + + + + + + + + + + + + + + + + diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml index 51ba3742e..ed0d6bdc9 100644 --- a/PySide/typesystem_templates.xml +++ b/PySide/typesystem_templates.xml @@ -196,6 +196,14 @@ %PYARG_0 = Shiboken::makeTuple(_ret, _arg); + +