[PyQt] Wrapping c++11 class enums

Phil Thompson phil at riverbankcomputing.com
Wed Sep 30 18:37:17 BST 2015


On 30 Sep 2015, at 6:24 pm, Deepankar Sharma <deepankar.sharma at gmail.com> wrote:
> 
> Could someone please point me on how to wrap C++11 class enums idiomatically using sip?

There is no explicit support. I'm not sure what happens if you just pretend they are old style enums.

Phil


More information about the PyQt mailing list