Re: [Interest] z-order for Qt's signals and slots

2011-11-22 Thread Frans Klaver
On Wed, 23 Nov 2011 07:45:16 +0100, Bo Thorsen wrote: > Den 23-11-2011 06:21, Sathishkumar Duraisamy skrev: > >> Why can't we have z-order for signals and slots, taking control for of >> order the slots will be called. For some peculiar situation, that the >> programmer feels it would be best i

Re: [Interest] z-order for Qt's signals and slots

2011-11-22 Thread Andre Somers
Op 23-11-2011 6:21, Sathishkumar Duraisamy schreef: > Hi all, > > By definition, the order by which the signals and slots is called is > undefined but for each signals and slots connection, slots will be > called for its signals. That is no longer true. It is now documented that slots will be calle

Re: [Interest] z-order for Qt's signals and slots

2011-11-22 Thread Bo Thorsen
Den 23-11-2011 06:21, Sathishkumar Duraisamy skrev: > Hi all, > > By definition, the order by which the signals and slots is called is > undefined but for each signals and slots connection, slots will be > called for its signals. > > Why can't we have z-order for signals and slots, taking control f

[Interest] z-order for Qt's signals and slots

2011-11-22 Thread Sathishkumar Duraisamy
Hi all, By definition, the order by which the signals and slots is called is undefined but for each signals and slots connection, slots will be called for its signals. Why can't we have z-order for signals and slots, taking control for of order the slots will be called. For some peculiar situatio

[Interest] Interactively reparent dock widgets - how to fetch all layered widgetsAt(x, y)

2011-11-22 Thread Dirk Thomas
Hi, I am trying to interactively move a QDockWidget from one QMainWindow to another. After pressing the mouse button and moving the mouse the dock widget should be reparented to another main window (underlying at the current mouse position) in order to get instant visual feedback. While the basi

[Interest] New list for Qt Project marketing discussion

2011-11-22 Thread Quim Gil
Hi, the Qt Project has now a collaboration channel focusing on marketing, events and misc community activities not directly related with software development: - qt-project.org content. - Marketing activities. - Organization and involvement in events. - ... Your participation i

Re: [Interest] QtDBus multiple peer-to-peer connections

2011-11-22 Thread Thiago Macieira
On Tuesday, 22 de November de 2011 09.05.16, bogdan.barl...@nokia.com wrote: > The problem is that there seems to be no way to handle multiple connections > or at least inform the client that it needs to re-connect in order to use > the service. > > I know that QDBusServer is quite a recent additi

[Interest] QtDBus multiple peer-to-peer connections

2011-11-22 Thread bogdan.barliga
Hello, I am trying to provide a service to many clients via peer-to-peer connection. I am deriving the server from QDBusServer. The client knows the server's address and successfully connects to it. The server receives the connection request and registers the object implementing the interface to

Re: [Interest] Using QSslSocket as QTcpSocket

2011-11-22 Thread Chaser
Oh, thanks! You really helped me! I implement WebSocket's server, so one client may connect on secure mode, and another - on non-secure mode. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest