[PyKDE] Sip, C wrapping

2004-10-16 Thread Andreas Gerber
Hi, are there any examples wrapping C code using sip? Especially I'm interested in functions which returns a pointer to a struct as the example in the documentation of sip. Andreas ___ PyKDE mailing list[EMAIL PROTECTED]

Re: [PyKDE] Eric3: Code coverage.

2004-10-16 Thread Detlev Offenbach
Am Samstag, 16. Oktober 2004 13:27 schrieb Simon Edwards: Hello all, Can anyone explain how to use the code coverage tool in Eric3? TIA, Just run your program with code coverage analysis and after it is finished view the collected data via the respective entry in the Show submenu of the

Re:[PyKDE] QScintilla bug and workaround

2004-10-16 Thread Timo Schüring
Hi Torsten and List User, I had the same problem with AltGR but another solution, maybe useful for those who do not like to patch QScintilla at C-Level: Thank you for your analysis, I did check the ascii-value first and then just set the state to 0 to pass just the ascii - key. But your solution

Re: [PyKDE] Eric3: Code coverage.

2004-10-16 Thread Simon Edwards
On Saturday 16 October 2004 14:07, Detlev Offenbach wrote: Am Samstag, 16. Oktober 2004 13:27 schrieb Simon Edwards: Hello all, Can anyone explain how to use the code coverage tool in Eric3? TIA, Just run your program with code coverage analysis and after it is finished view the

Re: [PyKDE] The tablet event, it works not!

2004-10-16 Thread Sundance
I heard Kaleb Pederson said: My new kernel works. Your program worked just fine with my Tablet as did my old test program (I would have given it to you as well, but I wasn't sure what state I had left it in). I'm using sip 4.1.1, PyQt 3.13 and Qt 3.3.3. There must be something else awry :(

Re: [PyKDE] Eric3: Code coverage.

2004-10-16 Thread Simon Edwards
On Saturday 16 October 2004 20:27, Detlev Offenbach wrote: This functionality is already there. In the Show coverage dialog open the context menu and select Annotate. This produces a file with the extension ,cover. This file has the lines marked with some characters telling you the