[Twisted-Python] Twisted and Qt5

2013-07-20 Thread Burak Nehbit
Hi, I have a question and a general guidance request on handling Qt and Twisted together. This is nearly as much a Qt question as it is a Twisted one, so I apologise in advance if this is off–topic. To give a little bit of a background, I am building a desktop GUI application which I am coding

Re: [Twisted-Python] Twisted and Qt5

2013-07-20 Thread Itamar Turner-Trauring
On 07/20/2013 08:04 AM, Burak Nehbit wrote: 1) I know there is a Qt4 reactor (which I managed to get to work and pass the twisted test suite) for Twisted. Is there such a thing for Qt5? Is it planned? Have the Qt APIs changed enough that you can't just us

Re: [Twisted-Python] Twisted and Qt5

2013-07-20 Thread Burak Nehbit
There are significant changes in the signalling mechanisms in Qt5, but I have not tried yet. I'll try quite soon and return with my findings, but with the little knowledge I have, I would say it might be unlikely that it works without modification. — Sent from my phone On Sat, Jul 20, 2013 at 3

[Twisted-Python] adoptStreamConnection (was Re: Setting socket options before connect)

2013-07-20 Thread exarkun
On 01:35 am, ter...@gmail.com wrote: Sorry it is not exactly about the subject, but what is the current API that accepts already connected socket? Some time ago I was looking for such an API without success (probably not very hard though). IReactorSocket.adoptStreamConnection was recently