Re: [PyQt] Problem using class template

2008-06-16 Thread Arve Knudsen
On 6/15/08, Phil Thompson <[EMAIL PROTECTED]> wrote: > On Sunday 15 June 2008 10:57:08 am Arve Knudsen wrote: > > Hi > > > > I'm having problems wrapping an instantiation of a class template with > > SIP. I've attached a case that shows what I am trying to do. The class > > template is defined

Re: [PyQt] Problem using class template

2008-06-15 Thread Phil Thompson
On Sunday 15 June 2008 10:57:08 am Arve Knudsen wrote: > Hi > > I'm having problems wrapping an instantiation of a class template with > SIP. I've attached a case that shows what I am trying to do. The class > template is defined in base.sip, and an instantiation (through a > typedef in another cla

[PyQt] Problem using class template

2008-06-15 Thread Arve Knudsen
Hi I'm having problems wrapping an instantiation of a class template with SIP. I've attached a case that shows what I am trying to do. The class template is defined in base.sip, and an instantiation (through a typedef in another class) is defined in case.sip. The case is built by first running con