Re: [PyQt] About keyPressEvent

2007-08-23 Thread Rob Knapp
and missed a line or two. --- Rob Knapp Lead Developer www.bizling.com ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Need Help Wrapping WebKit

2007-07-16 Thread Rob Knapp
On Sat, 14 Jul 2007 07:15:29 -0400, Rob Knapp wrote: But, now I've hit my first snag. I'm trying to wrap WebKitQt up for use in the project, and following the example at riverbankcompting.com/Docs, (which looks like it was written for qt3, since I couldn't find qt/qtmod.sip) I

Re: [PyQt] Need Help Wrapping WebKit

2007-07-16 Thread Rob Knapp
On Sat, 14 Jul 2007 07:15:29 -0400, Rob Knapp wrote: But, now I've hit my first snag. I'm trying to wrap WebKitQt up for use in the project, and following the example at riverbankcompting.com/Docs, (which looks like it was written for qt3, since I couldn't find qt/qtmod.sip) I

[PyQt] Need Help Wrapping WebKit

2007-07-14 Thread Rob Knapp
Hey everyone, I've been away from the PyQt world for too long. Last time I used it was back in the 3.3 days. But recently, I've found myself playing with a personal project on Linux (and trying to get it run on Mac/Windows as well...), and I decided to go back and see what PyQT4 was all

Re: [PyKDE] Windows systray application

2005-06-28 Thread Rob Knapp
On Tue, 2005-06-28 at 14:11 +0300, basse wrote: Hi, I've been hunting for two days now a way to create an application with PyQT (on winXP), that will hide itself on systray. only things I found was some references to WM_ messages and winEventFilters.. but no real example what that means.

Re: [PyKDE] PyQT module size

2005-02-18 Thread Rob Knapp
On Thu, 2005-02-17 at 11:47 -0800, Brian Thomason wrote: We've been using PyQT/PyKDE here at Linspire for some time now to develop a handful of applications. One of these is Lsongs, and it has grown quite large and has a very large memory footprint. We're trying to reduce this a bit in

[PyKDE] More 3.7 compile issues

2003-07-09 Thread Rob Knapp
I'm currently compiling on a win32 platform and the build process reported that sipBadLengthForSlice was an unknown identifier. The line number provided was line 130 in spi/qstringlist.sip. For the time being I've hacked the .sip file to simply return NULL in those circumstances since my

Re: [PyKDE] More 3.7 compile issues

2003-07-09 Thread Rob Knapp
. Apparently the buid of sip was failing to copy libsip.dll and sip.exe over for some reason (in use by another app maybe?) And the second issue came from not realizing an error had occured during the make install. On Wed July 9 2003 12:30 pm, Phil Thompson wrote: On Wednesday 09 July 2003 4:29 pm, Rob

Re: [PyKDE] Using SIP to wrap python objects

2003-06-13 Thread Rob Knapp
On Friday 13 June 2003 04:21 am, Phil Thompson wrote: On Friday 13 June 2003 12:31 am, Rob Knapp wrote: I've found myself in a position where I need to present a python object to a C++ object, and it needs to look like a C++ object. The target application knows nothing of python. What C