[PyQt] Type map for python to Qt?

Phil Thompson phil at riverbankcomputing.com
Fri Feb 3 22:25:20 GMT 2017


On 3 Feb 2017, at 10:19 pm, Shaheed Haque <srhaque at theiet.org> wrote:
> 
> A slightly related question. For my SIP generator, I'm working on partially-automated %MappedType support for QMap/QList/Q<otherstuff> and also fixed size arrays (1D for now, maybe more later). For the fixed size arrays, I'm looking for input on how to represent them in Python, i.e. as tuples or lists. My instinct is to go with tuples, but would be interested to hear other ideas.
> 
> Also, I see the SIP5 roadmap talks about fixed array support: what is the plan there?

It's not going to happen in the short term.

Phil


More information about the PyQt mailing list