On Friday 13 December 2002 12:00 am, Michael Lauer wrote: > Phil, > > congratulations for this new release! > I'm especially happy that the enhanced Qtopia support has made it into > this release. One thing though (ya' know, some folks just can't get > enough :)): Could you give me a hint how to wrap QCopEnvelope? I need > it for our project since calling /opt/QtPalmtop/bin/qcop is way to slow. > > The issue came up on this list, once, and IIRC the problem was the > support for the << operator which QCopEnvelope relies on. Would it be > difficult to implement QCopEnvelope using a simple class method, e.g. > QCopEnvelope.post instead of the << operator?
There shouldn't be any problem implementing the << operator by providing an __lshift__ method in the same way that __iadd__ is implemented for QSemaphore. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
