On 29.11.2010 21:27, ext Patrick Hartling wrote:
I noticed that the method QGridLayout::getItemPosition() is not
available in QtGui.QGridLayout. Is there a technical limitation that
prevents that method from being available? If so, I am willing to
help try to resolve it. I imagine that anywhere that Qt has
by-reference parameters for types that are immutable in Python would
currently be excluded in the same manner as
QGridLayout::getItemPosition().

It sounds to me like a pure oversight. It's baffling, though: we did an API comparison between PyQt and PySide to find any missing elements, and getItemPosition clearly stands out in the results. So, not having it there is a double omission for us.

I made a bug for this: http://bugs.openbossa.org/show_bug.cgi?id=512

With the current bug backlog, it might take a month or more to get this fixed. If you want to have it done faster and you're willing to try fixing it yourself, maybe any of the OpenBossa team members could chime in and give instructions on how to proceed. The only thing making this not utterly trivial (just easy, instead ;-)) is that the original function returns values via pointers and these have to be mapped to return values.

Cheers,

ma.
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to