[PyQt] Type map for python to Qt?

Barry barry at barrys-emacs.org
Sat Feb 4 21:56:11 GMT 2017



> On 4 Feb 2017, at 21:35, Shaheed Haque <srhaque at theiet.org> wrote:
> 
> Hi Barry,
> 
> The tuple API does have a PyTuple_SetItem operation,

But that can only be used once to init the tuple. You cannot come back and replace a value.
List is the only option if the array can be updated.

Barry


More information about the PyQt mailing list