From bdaed6a95a3e4edb20d8e02d8b429be0f4d8da5e Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 14 Dec 2010 15:11:03 -0200 Subject: Fix bug#512 - "QGridLayout::getItemPosition() is not available" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Marcelo Lira Renato Araújo --- PySide/QtGui/typesystem_gui_common.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'PySide/QtGui/typesystem_gui_common.xml') diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index 485d5425b..cf8f2736f 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -2670,7 +2670,29 @@ addLayoutOwnership(%CPPSELF, %1); - + + + + + + + + + + + + + + + + + + + int a, b, c, d; + %CPPSELF.%FUNCTION_NAME(%1, &a, &b, &c, &d); + %PYARG_0 = Shiboken::makeTuple(a, b, c, d); + + -- cgit v1.2.3