Re: [PyQt] Wrap C++ classes using SIP

2012-05-19 Thread Phil Thompson
On Fri, 18 May 2012 18:13:37 -0400, Jayesh Chaudhary wrote: > Folks, > > I am a newbie to SIP. I am trying to wrap couple of classes and it was > going good till I hit this problem. > > So here is my use case: > > Lets say I have two classes Foo and Bar. I already have Bar wrapped (not > via SI

[PyQt] Wrap C++ classes using SIP

2012-05-18 Thread Jayesh Chaudhary
Folks, I am a newbie to SIP. I am trying to wrap couple of classes and it was going good till I hit this problem. So here is my use case: Lets say I have two classes Foo and Bar. I already have Bar wrapped (not via SIP though) and now I am trying to wrap Foo using SIP. My Foo looks like this: